• Hello,

    I have the following problem:
    When the screen or browser window is smaller it does not display the navigation menu correctly to me.
    I checked the parameters in css but I couldn’t find out what is happening.
    Could I have your help so that on smaller screens I get the whole menu information?

    screenshot: https://prnt.sc/Xg49tcjjzWy6

    Thanks,
    Panos`

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,
    on some sizes the space is not enough and the menu items can break in two lines
    try to add this custom css

    @media only screen
    and (min-width : 768px)
    and (max-width : 1400px) {
    #primary-menu > li { margin-right: 10px; }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Navmenu problem’ is closed to new replies.