How can I expand the content area and have a right/content sidebar?
-
I managed to make my right/content sidebar smaller by adding this code to the css Stylesheet.
.content-sidebar { margin-left: -20%; width: 20%; }
Now I want to enlarge the “content area” of pages to pretty much fill out most of the white space between the feature image and the content sidebar, but I can’t seem to figure out how to accomplish that.
I tried changing the “max-width:” value in the Content Section of the stylesheet, but it only expanded the written text field a little bit, and did not actually widen the whole page, and the feature image size remains unchanged.Does anyone know a solution to this?
What the pages/posts look like: https://aquatic.alexraptor.com/?p=172
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How can I expand the content area and have a right/content sidebar?’ is closed to new replies.