Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Increase size of centre area (http://forum.bytesforall.com/showthread.php?t=11739)

knife Dec 14, 2010 10:48 PM

[SOLVED] Increase size of centre area
 
Hello, I find that the left edge of the central area of my blog is too close to the text (see attached picture). I would like to increase the left margin further so that there is more white space on the left. How do I go about doing that? I've been poking around the Atahualpa Theme Options menu but can't see how to do it.

http://i52.tinypic.com/25pih38.jpg

The blog is here if you would like to take a look. There's really nothing there yet, I've been working on it off and on for a few weeks now.

ETA: Forgot to mention, I'm using Atahualpa 3.5.3

lmilesw Dec 15, 2010 05:59 AM

In ATO>Style & edit Center Column add the following to the Center Column Style Box
HTML Code:

background: #fff;

knife Dec 15, 2010 09:58 AM

That did it, but now the centre column is a solid block of white, it doesn't have the gaps which I prefer. I especially don't like it for viewing individual posts. How do I just increase the left margin without eliminating the gaps?

http://i52.tinypic.com/2cs9p51.jpg

http://i51.tinypic.com/2hh3p4z.jpg

lmilesw Dec 15, 2010 10:27 AM

In that case take out the code I just mentioned and play around with padding in ATO>Style Posts & Pages>Post Container

knife Dec 15, 2010 12:21 PM

Thanks, I've tried changing each of the numbers in Post Container but they only change the space on the top and bottom of posts, not the sides. Any other suggestions?

juggledad Dec 15, 2010 08:32 PM

Export your settings and attahc them to a reply

lmilesw Dec 15, 2010 08:40 PM

Add this to ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:

td#middle {
    padding: 0 !important;
}
div.post, div.page {
    padding: 20px !important;
}


knife Dec 15, 2010 10:01 PM

lmilesw, that did it! Muchas thank you! And juggledad, thanks for offering to help but obviously the problem is now solved.


All times are GMT -6. The time now is 03:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.