Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #551998

    Hello!

    I have been having trouble deleting off the titles underneath the Menu names, how can I do this? Also how can I make the logo smaller? I have tried resizing the logo and reuploading it multiple times but it automatically goes back to its original size, and lastly how do I turn the a menu link into a download link instead of it loading another page? I would like my resume menu link just be a direct download for my resume.
    My website is johnradesigns.com

    Thank you

    #552292

    Hey kennethwangrealty!

    1- Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png

    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar .logo {
        width: 70%;
    }

    3- Please go to Appearance > Menus and add your link as a new Custom Link and use direct link as URL

    Best regards,
    Yigit

    #552816

    Thank you! everything worked perfectly.. but I ended up having more questions sorry.
    1. How do i change the padding between the menu and the main content? (there is to much space between my content and menu at the moment and having trouble make the space more even)
    2. How do i make the overall website centered and stationary (I would like more padding padding on the left side of the menu and logo and also padding on the right side of where the main content would be)
    3. How do I make the menu centered, rather then on the left side of the logo?
    4. And lastly, how can I change the font of the menu?
    Thank you again!

    #553242

    Hi!

    1- You can add following code to decrease the space

    .html_header_sidebar #header .av-main-nav > li {
        margin-right: 0;
        margin-left: 20%;
    }

    or use following one to center align menu items

    .html_header_sidebar #header .av-main-nav > li {
    text-align: center;
    }

    2- You can go to Enfold theme options > General Layout > Dimensions and adjust as needed
    3- Please see #1 :)
    4- Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.