Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   Space Between Posts (http://forum.bytesforall.com/showthread.php?t=3274)

MyJourneytoMillions Sep 4, 2009 10:21 AM

Space Between Posts
 
I LOVE this theme, I have made a bunch of changes pursuant to the support on this forum. The only thing so far that I couldn't figure out is how to create a space, or the look of separation between posts.

Any ideas?

vishvadeep Sep 4, 2009 10:24 AM

Its easy to do my friend.

Go to post theme options of atahualpa and then go to post styling tab and then you can put <br /> for one line space two <br /> for two line spaces below the all the code in the footer code sections.

juggledad Sep 4, 2009 01:38 PM

MyJourneytoMillions
the center column is where the posts go and you have choices on how to seperate the posts.

Each post is it self a container made up of several parts (the container, kicker, headline, byline, body and footer) and each part can be styled diferently. All this is controled at ATO->Style POSTS & PAGES

You can even style 'sticky posts different than the rest.

For a quick sample

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;


cagsan Dec 19, 2009 02:01 PM

Quote:

Originally Posted by juggledad (Post 14072)
MyJourneytoMillions
the center column is where the posts go and you have choices on how to seperate the posts.

Each post is it self a container made up of several parts (the container, kicker, headline, byline, body and footer) and each part can be styled diferently. All this is controled at ATO->Style POSTS & PAGES

You can even style 'sticky posts diffeent than the rest.

For a quick sample

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;


I was getting the same problem and this snippet worked fine for me, thanks...


All times are GMT -6. The time now is 09:56 AM.

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