[Theme: TwentyEleven] Content Width Issue
-
I have a child theme that uses both single and double column layouts. I used this to force the width of the one column layout to match the width of the two column layout.
.one-column #page {max-width: 1000px; min-width: 1000px;}
The problem is the content of the single column layout is still reflecting the narrower width that it was before and I can’t figure out how to widen the width of the single column content without affecting the width of the content on the two column layouts.
Any ideas?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘[Theme: TwentyEleven] Content Width Issue’ is closed to new replies.