Menu Items not aligned - by raptureadmin

This topic has 4 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Robert Hall

  • Avatar: raptureadmin
    raptureadmin
    Participant
    July 21, 2016 at 21:32

    Hi there,

    The two menu items (Products and Legal) that have dropdown menu items do not sit in line with the other menu items. How can I fix this please?

    Thank you!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 22, 2016 at 07:08

    Hello,

    You can add this code in Theme Options -> Custom CSS -> Global Custom CSS:

    .menu-main-container li {
        vertical-align: middle;
    }

    Regards,
    Rose Tyler.

    Avatar: raptureadmin
    raptureadmin
    Participant
    July 25, 2016 at 16:34

    Hi,

    This has unfortunately not worked. Please help.

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 25, 2016 at 17:05

    Hello,

    Please try add this code in Global Custom CSS.

    .menu > li > a {
        float: initial;
    }

    Regards,
    Robert Hall

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.