Home › Forums › CSS › Using calc() function in a responsive theme › Reply To: Using calc() function in a responsive theme
July 10, 2016 at 10:38 pm
#243497
Participant
So the best thing would probably be to set a max width on the container and a fixed width on the sidebar, then use media queries to push the sidebar down below when the content gets too narrow.