• Hi,

    The menu items on the site appear left context aligned. I tried to make it justified ie spreading evenly across the screen but couldnt do it.

    Please help

    Regards
    Vijayshree

    • This topic was modified 3 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Weird – that should work by default.

    You can use this:
    https://postimg.cc/G8XnNW4j

    Admin –> Customizer –> Additional CSS:

    #mega-menu-wrap-menu-main #mega-menu-menu-main {
        visibility: visible;
        text-align: left;
        padding: 0px 0px 0px 0px;
        display: table;
        width: 100%;
    }
    #mega-menu-wrap-menu-main #mega-menu-menu-main > li.mega-menu-item {
        margin: 0 0px 0 0;
        height: auto;
        vertical-align: middle;
        display: table-cell;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Context align of menu items’ is closed to new replies.