Alignment Issues of main content
-
I’m trying to make my blog so the title and headings are centered, but the main content of the post to align on the left.
The only thing that seems to control the alignment is the following code:
#header, .content, #sidebar, #footer{ margin: 0 auto; width: 800px; text-align: center; vertical-align: top; }
Changing the text-align re-aligns everything, and I need a way to figure out how to ONLY get the content to be on the left. Removing the .content from the order does not work. The reason being is my header image is designed specifically to include the title in the middle. If there’s a way to only get the title in the center, and everything else on the left, then that’ll work too.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Alignment Issues of main content’ is closed to new replies.