The goal here is to get the secondary fixed flavors menu to dynamically resize with the main content.
The site can size up to 1086px and size down to 960px width.
The secondary menu needs to resize the same. I’ve tried multiple ways of doing this and have not explored JS solution just yet. I’m not sure where I’d even start at this point.
Here is the site:
I currently have the menu set to 960px width and is centered.
Thanks,
George
Just set the widths of the links to width: 20%; That should split the 5 up into 20% or whatever you have the wrapper set to.
Look into border-box as well to deal with the padding problems I anticipate you will run into next.