Forums

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

Home Forums CSS Resizing Nav Icons on window resize Reply To: Resizing Nav Icons on window resize

#167702
Paulie_D
Member

To be honest, i wouldn’t use inline images here since what you are really doing is styling your menu.

Styling should be in the CSS and using background images would give you more control when using media queries.

However, a quick solve here is just to give the menu a fixed width…nothing wrong with that.