Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #565059

    There is a gap between the secondary menu bar and the logo how can I reduce that a little bit? Any help would be appreciated!

    Also, is there a way to increase the text size of the secondary menu bar text?

    • This topic was modified 8 years, 11 months ago by kenser.
    #565090

    Hey kenser!

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

    #header_meta {
        background: transparent;
    }
    .logo {
        top: -15px;
    }

    Regards,
    Yigit

    #565622

    Perfect thanks!! Now, how do I add space below the logo between it and the main navigation bar?

    Do I just add within the code?

    bottom: 10px;

    #565623

    Also, how do I increase the font size of the secondary header?

    #565634

    Hi!

    Please add following code to Quick CSS as well

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 14px; }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #565646

    Thank you!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How reduce space between secondary menu bar and logo?’ is closed to new replies.