Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #735629
    #736558

    Hey!

    Please go to Appearance > Menus and add a new Custom Link and with URL to your homepage and insert your logo in navigation label using HTML.

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

    #737509

    im not quite sure what you mean. I went to add a custom link, but how do I insert a logo? I dont see that option.

    #737601

    Hi,

    To achieve a split menu please refer to this thread https://kriesi.at/support/topic/logo-center-menu-left-and-right-2/#post-724306

    Best regards,
    Vinay

    #738084

    hey vinay, thanks for the post, thats exactly what I wanted.

    I had one more question though, in the post you say to adjust “Adjust the nth-child(x), margin and top values to suit your design.”

    How do I adjust the bottom values of the margin? theres a white space between the header and content that Id like to get rid of. You can see what I mean if you check out the homepage of my website in private content below.

    #738362

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .html_header_transparency #main {
        padding-top: 53px !important;
    }
    

    Best regards,
    Vinay

    #739169

    hey vinay, I was able to make my “transparent” logo in my header bigger/smaller with the code you provided to me, but not the actual header itself, it remains the same size, is there a different code that you could recommend to change the header to reduce space between header and content?

    for example , look below again on my home page

    • This reply was modified 7 years, 2 months ago by brettb112.
    #739264

    Hi,

    Sorry I did not understand what is the issue with the code provided earlier? please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    #739604

    hello vinay.

    I need to make my header bigger so the gap between my header and content is reduced. I was able to adjust the space above the header, but not below the header with the code you provided. I need the header larger so that there is not gap ( see img url below for example). You provided a code to me (On january 25th, see above), but I was only able to adjust my transparent logo with the code that you provided to me:
    ( #top .html_header_transparency #main {
    padding-top: 53px !important;
    }

    There is a link in the private area of an img example, hopefully that clears it up.

    thanks again vinay

    #739805

    Hi,

    Thank you for the clarification Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all .header_color.av_header_transparency {    
        min-height: 67px;
    }
    
     /*Trigger mobile menu at 1000px browser width*/
    @media only screen and (max-width: 1000px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Vinay

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