Home › Forums › CSS › Responsive layout › Re: Responsive layout
July 6, 2013 at 12:37 pm
#141745
Participant
I have done something similar in the past (two fixed columns on the left).
Both fixed-width columns were floated left and all columns had were `position: relative`.
I tried this but for some reason it wasn’t working; the floats were acting weirdly…
What might be easier for you is to position them both absolutely or fixed and then just give the underlying div 160px left and right padding.