Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1101669

    in my Mega Menu under SHOP it looks like it is all over the place.

    How can I center each word ( or menu Item) so it looks more organised ( and will stay like that for a mobile devise as well..)

    Thanks

    #1102135

    Hey wealthyone,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1102151

    You have replied to some of my threads. isnt it easy for you to look at the link I posted.
    Instead we have to keep going back and forth posting and not getting answers

    See mega menu under SHOP

    #1102240

    Hi wealthyone,

    https://cl.ly/bcd2607604f1 The font and the layout give the illusion that there is no order here. In fact, the column titles stand out and the items below are indented.

    Best regards,
    Victoria

    #1102241

    Hi wealthyone,

    https://cl.ly/bcd2607604f1 The font and the layout give the illusion that there is no order here. In fact, the column titles stand out and the items below are indented.

    Best regards,
    Victoria

    #1102252

    Again!! How do I center them. There is NO Order
    If they were all Left justified then each line or column would line up under the other..

    #1102683

    Hi wealthyone,

    Try adding the following css codes in Quick CSS, located in Enfold > General Styling.

    First add this which should align the menu items:

    #top #header .avia_mega6 ul.sub-menu li.three {
        float: left;
        display: block;
        width: 16.6666667%;
    }

    Then add this css code to center it:

    #top #header .avia_mega6 ul.sub-menu li.three span.mega_menu_title a {
        text-align: center;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1102817

    Yah Nikko to the rescue again.

    I fail to understand why this post took so long to answer.
    Nikko you always just post a solution and it seems 99.9% it works straight away

    Thank you so much Nikko

    I could use your expertise with the rest of my site………..

    #1102897

    Hi wealthyone,

    We are glad that we could help and thanks for your kind words, we’ll surely help with the rest of your site :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mega Menu not centered or lined up’ is closed to new replies.