Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #521499

    Hey Folks,

    I’m working on a website right now and i can’t figure out how to align the submenu to the middle (look at the screenshot)

    Thank you for your time

    Cheers,
    Arthith

    #521612

    Hey Arthith!

    Please add following code to Quick CSS

    ul.sub-menu a {
        border-left: none!important;
        text-align: center!important;
    }

    Regards,
    Yigit

    #523667

    awesome thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Align sub menu to the middle’ is closed to new replies.