How do I change the width of my posts?
-
I am creating a blog for my schools athletic program and I am having trouble adjusting the width of my posts. When I preview my blog I see that there are two columns. How do I change it so that it is just one column? I am not very good with html codes so if someone can help me through each process that would be great.
Thank you
The blog I need help with is: (visible only to logged in users)
-
So, you want to get ride of the sidebar? If you do, there won’t be anywhere for a categories widget, or a links widget or anything like that. Add the following to the CSS edit window.
#sidebar { display:none; } #main { width:905 }Also in the field down below the text area on the CSS edit window where it shows the maximum image and video size, add 300 to the original value.
- The topic ‘How do I change the width of my posts?’ is closed to new replies.