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

    Hi ..

    When using the – ‘Logo Center Menu Below’ styling option ..

    Is there any way to increase the bottom and top padding on the main menu?

    Currently the main menu has a thin line above and below … and I’d like to make this are taller.

    Again .. this is just when using the Logo Center option.

    #458840

    Hi bdm55!

    go with this code in Quick CSS:

    nav.main_menu {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    

    Regards,
    Andy

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