• I am attempting to make the navigation bar at the top of my webpage resize with the browser size. Right now, if I make my browser window smaller, or when I open my webpage from a computer with a smaller screen, the links displayed on the nav bar wrap around into a second line. I’d really like to make it so that doesn’t happen. Anybody know the code for this? Perhaps I could even make the font size relative?

    [ No bumping please. ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should look into scaleable fonts for when the browser width gets smaller. You could also use media queries to adjust padding or margin around each of the menu items to ensure they all stay on a single line at any breakpoint.

    Thread Starter seratonin

    (@seratonin)

    THANK YOU GRAPHICSCOVE!!! That sounds like what I want. I am new to media queries. I’ll try to figure that out, meanwhile any advice on how to do that would be greatly appreciated. You can see the site as it stands here: https://www.theoriginaljoke.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nav bar relativity trouble’ is closed to new replies.