Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #828960

    Hi Yigit

    I’ve just realised that with the changes made to this menu (see post ) that when I add other items to the subsequent menus they will appear out of line.

    Is there a way to align all centre?

    Thanks
    Richard

    #829438

    Hey raslade,

    You can try this code:

    
    .sub-menu li:last-child {
      display: block !important;
    }
    

    Best regards,
    John Torvik

    #829589

    Hi John
    Thanks for the solution, alas it did not work though – the last menu item was just stacked under the rest.
    Richard

    #831901

    Hi,

    Please add

    #mobile-advanced ul a {
    padding-left: 0px !important;
    }

    Let us know.

    Best regards,
    Basilis

    #832446

    Thanks Basilis but i’m afraid that did not fix the problem.

    Richard

    #834189

    Hi,

    Could you please provide a screenshot of the issue? Try to decrease the font size and padding between the sub menu items.

    #top .av-subnav-menu > li ul a {
        padding: 10px 8px;
        font-size: 11px;
    }

    Best regards,
    Ismael

    #834276

    Hi Ismael

    In the end I’ve styled each sub-nav using it’s unique id. It’s not the prettiest solution but it works.

    Thanks
    Richard

    #834685

    Hi Richard,

    Ok, thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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