Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #659397

    Due to CSS added in order to have a logo in between menu items (See post https://kriesi.at/support/topic/logo-centered-in-middle-of-menu/) the mobile menu is now messed up with a couple menu items not even displaying and another partway cut off. Would nesting all the menu-related CSS within the following solve the problem?

    @media only screen and (max-width: 989px) {

    #659400

    Hi 1039 Online!

    Please change the code to following one

    @media only screen and (min-width: 990px) {
    #menu-item-407, #menu-item-553, #menu-item-362 {
    left: 94px;
    }}

    Best regards,
    Yigit

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