Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   center area styling (http://forum.bytesforall.com/showthread.php?t=1932)

deltatango Jun 5, 2009 02:51 PM

center area styling
 
I need the following adjustments in center are
1)Each post in the center area to appear inside a separate box and there should be gap between each box
2)A little gap between the side bars and center post area
can these be done?thanks for any help :)

juggledad Jun 5, 2009 03:42 PM

see ATO-> Page/Page Styling

deltatango Jun 5, 2009 09:36 PM

Hey thank you for support :)
there is nothing called
ATO-> Page/Page Styling
There is a Post/Page Styling option.Sorry I'm totally new to all this can you be specif what code I have to insert where.

juggledad Jun 6, 2009 05:21 AM

ATO is shorthand for Atahualpa Theme Options

you need to learn a little about CSS and what each of the options you want to use do. Here is a sample of code you can put in the ATO-> Page/Page Styling -> Post Container to play with:
HTML Code:

border: solid 2px #000000;
padding-top: 0;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
margin: 0 0 30px 0;
background: #e2e2e2;
-moz-border-radius: 30px;
-khtml-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;

If you want to know what each one does, do a google search with the term you want to know about and 'CSS'

deltatango Jun 7, 2009 12:26 AM

Hey man thanks for coming to rescue :) I know ATO.But just wanted to say, there is no Page/Page Styling option.it is Post/Page Styling.Thanks again for help.yes I'm after css and I'm learning slowly but definitely

juggledad Jun 7, 2009 03:28 AM

oops..your right...fumble fingers :o


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

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