Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294592

    Hi!

    I love using Enfold and I love the great support you’re offering :-)

    For a client I would like to have the menu items spread out evenly across the menu bar from left to right, and without the | between the items (I get those when I choose logo center, menu below). We won’t have a logo in the header.

    See http://jouwwp.nl/npb/

    Thanks in advance!

    #294637

    Hi Welmoed!

    Thank you for your kind words :)
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav > li > a { border: none !important; }
    .html_header_top.html_logo_center .main_menu ul:first-child { display: block; }
    .av-main-nav > li > a { padding: 0 39px; }
    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 30px; }}

    Regards,
    Yigit

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