Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Nav Menu is wrapping when browser window is resized.

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44960
    Robin
    Participant

    Nav Menu is wrapping when browser window is resized.

    Is there any solution for that?

    #135966
    Paulie_D
    Member

    Do you have a link?

    Are you using media queries?

    #135968
    Robin
    Participant

    Actually the site is not on the server.

    The website is not responsive. It is fixed width layout.

    I am not using media queries. Nav Menu is wrapping when browser window resize using CTRL +, CTRL -.


    Thanks
    Rahul

    #135970
    Paulie_D
    Member

    OK…that’s not re-sizing…that’s zooming.

    You are making the elements larger visually and so the pixel values now start to exceed a set limit (probably the width of the wrapper or ul)…so it wraps.

    Perhaps put something in Codepen so we can play or switch to a percentage based width option.

    #135971
    Robin
    Participant

    Hi Paulie,

    I have created the nav menu structure in codepen.

    http://codepen.io/rahuldsg/pen/HJdqw

    Please open it in chrome browser.


    Thanks
    Rahul

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.