Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #489938

    Hello! First of all, I love this theme, great job!

    I wonder how can I adjust the secondary menu top bar’s height? Default size seems too much for my site.

    Thanks you.

    #490237

    Hey Cocoa!

    Your talking about the secondary menu that displays in your header meta bar correct? The top most bar in your site as seen in this demo? http://kriesi.at/themes/enfold-shop/

    Are you trying to shorten the whole bar? Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #491406

    Hi there! You can see what I am talking about in the yellow mark on the linked image.
    I would like that grey element to be shorter.
    Regards,
    Cocoa

    #491423

    Hi!

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

    #header_meta .container, #header_meta { min-height: 20px; height: 20px; }

    If that does not help, please post the link the your website

    Regards,
    Yigit

    #491481

    Thank you Yigit! It worked but all the elements inside the header were moved up, so they it does not fit well, as you can see on the site link. Any suggestions?

    Regards,
    Cocoa

    #492359

    Hey!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 115px;
    }

    Best regards,
    Yigit

    #493043

    Thanks but that did not work on my end (I even erased cookies on my IE), any other ideas?

    #493512

    Hi!

    it looks as you wish to me: s. private content.

    Could you fix it? please clear browser cache and hard refresh a few times.

    Regards,
    Andy

    #493567

    It worked but all the elements inside the header were moved up, so they it does not fit well, as you can see on the private link. Any suggestions?

    Regards,
    Cocoa

    #493617

    Hey!

    Please change the code i posted here – https://kriesi.at/support/topic/secondary-menu-top-bars-height/#post-492359
    to following one

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 115px!important;
    }

    If that too does not help, please post a screenshot and show the issue. Other than this one, i am not seeing any issues on your page :)

    Cheers!
    Yigit

    #495567

    It worked perfectly. Thank you Yigit!

    #496192

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Secondary menu top bar's height’ is closed to new replies.