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

    I have an Enfold logo/menu setup with logo left and menu right and a fixed header size of 180px. I added the following code to add some space between de menu items.
    .av-main-nav > li > a { padding: 0 40px; }

    Now i want to rise the menu items closer to the top of the screen. What css code do i have to use?
    I tried a lot but no luck.
    THX Freek

    #664345

    Hi Freek,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #avia-menu li a {
    line-height:150px !important;
    }

    Best regards,
    Rikard

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