Home › Forums › CSS › Resizing Nav Icons on window resize › Reply To: Resizing Nav Icons on window resize
April 5, 2014 at 11:31 am
#167702
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.