Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #332367

    Hi,

    I have used the Enfold theme options > Advanced Styling tab and edit “Main menu links” to increase font size of Menu but I would like to increase as well the “container” where the menu links are because when I increase the font the nav bar is too “tight”
    I’ve tried different margin and padding but must not select the right thing as it makes the little bar below the text goes on the text or the menu goes on the first element of the page..

    Kind regards

    #332370

    Hey chryseis!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #332515
    This reply has been marked as private.
    #332525

    Hey!

    Please try adding following code to Quick CSS

    #header #header_main_alternate .container {
    height: 50px;
    }
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
    height: 50px;
    line-height: 50px;
    }

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
    You can also contact your service provider and ask if there is some kind of server side caching

    Regards,
    Yigit

    #332561

    Hi Yigit,

    Thanks for the code. As for the css that won’t show up, I’m desperate…I cannot develop the site. My host tells me everything is fine because I’m on development mode and I have disable any cache that could have been in place. And when I switch theme if I use 2014 and put some css in the editor, it’s fine.

    And I have this other problem which no one as answered yet and seems to have a cache problem as well and only happen with enfold
    https://kriesi.at/support/topic/major-problem-my-update-wont-show-in-preview-mode/

    I am really in trouble because I cannot develop the site correctly on Enfold for my client and don’t know what to do…

    Ok that’s weird. The css you gave me I can see it changes right away. But the one I have put 3 hours ago to get rid of the vertical lines between the menu links won’t work.. Why’s that?? Have I the wrong css? It works locally so what?

    Thanks

    • This reply was modified 9 years, 5 months ago by chryseis.
    #332976

    Hey!

    Thank you for the info.

    Please click CTRL + F5 to hard refresh the page. This will automatically apply the changes that you’ve made, given that you use the correct selectors.

    Best regards,
    Ismael

    #342639

    You can close this thread now.

    Thanks!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘increase menu bar height’ is closed to new replies.