Decrease White Margin Space in Ascetica
-
Hello, I am wondering if there is any way to widen the area of my blog throughout, and thus decrease the width of the white space on each side. I want to keep three columns and would like the header image to also reflect the change. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Use the following CSS code
#page { width: 1000px; } .site-header .header-image { width: 100%; }Increase the value of width (1000px) according to your requirement.
-
Thanks! This worked well but now the two sidebars on either side are a bit too wide, any way to fix that?
-
I have fixed the widths of each sidebar, but another problem has arisen. Now there is a large white space between my content and my right sidebar. Is there a way to widen the content to fill this gap? When I try, the content widens only to the left and pushes my left sidebar to the bottom of the page.
-
- The topic ‘Decrease White Margin Space in Ascetica’ is closed to new replies.