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

    Hi,

    The last menu column on the right side of the menu bar gets cut off…. how to fix this?

    thanks.

    Marijn

    #448419

    Hi marijnmees!

    Please add following code to Quick CSS

    @media only screen and (min-width: 990px) {
    #menu-item-1321 ul.sub-menu {
      left: -90px;
    }}

    Best regards,
    Yigit

    #448432

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘menu falling over edge’ is closed to new replies.