Community Forums › Forums › Archived Forums › Design Tips and Tricks › Generate Theme: home page not working
Tagged: generate, home page, home page not working
- This topic has 4 replies, 2 voices, and was last updated 12 years, 11 months ago by
greenecon.
-
AuthorPosts
-
February 7, 2013 at 4:36 pm #18769
greenecon
MemberThe lower two column posts are running into each other. I used Firebug and changed:
.genesis-grid-odd {
clear: both;
float: left;
padding: 0 0 15px;
width: 45%;
}.genesis-grid-odd {
clear: both;
float: left;
padding: 0 0 15px;
width: 42%;
}That fixed it. But when I changed it in the CSS, nothing happened. I would also like to reduce the large white spaces between posts, and add a bit of 'air' to the images, which flush left a bit farther than I'd like. Tried everything and not been able to change any of this. Love some help. Please. t
http://thegreeneconomy.com. Tana
/* Featured Post Grid
------------------------------------------------------------ */.genesis-grid-even {
float: right;
padding: 0 0 15px;
width: 48%;
}.genesis-grid-odd {
clear: both;
float: left;
padding: 0 0 15px;
width: 45%;
}.genesis-grid-even,
.genesis-grid-odd {
margin: 0 0 20px;
padding: 0 0 15px;
width: 250px;
}.full-width-content .genesis-grid-even,
.full-width-content .genesis-grid-odd {
width: 400px;
}.genesis-grid .entry-content {
padding: 0 0 20px;
}February 7, 2013 at 11:35 pm #18868Hard Boiled Greg
MemberHi,
In your style sheet, start by changing the widths here:
/* Featured Post Grid from copyblogger installed atk 2-13 ------------------------------------------------------------ */ .genesis-grid-even { float: right; padding: 0 0 15px; width: 48%; } .genesis-grid-odd { clear: both; float: left; padding: 0 0 15px ; width: 48%; }Let me know if that doesn't resolve it for you.
Take care,
Hard Boiled Greg
Website: Hard Boiled Greg Twitter: @hbgreg
February 8, 2013 at 2:41 pm #19050greenecon
MemberDidn't. Sometimes I think that changes in the CSS don't seem to show up in the template. I am wondering if that is because this is responsive. Or a conflict with WordPress 3.1x. I had to add some code to the functions.php so that i could limit the category on the home page to the one we wanted, and fix the wrong number of posts. [Help from StudioPress]. The home.php doesn't work anymore, which is kidna annoying.
Any other ideas? t.
February 8, 2013 at 2:46 pm #19052Hard Boiled Greg
MemberHi,
I'm looking at your style sheet and the widths still say 48%. You said you changed them?
HBG
Website: Hard Boiled Greg Twitter: @hbgreg
February 8, 2013 at 4:48 pm #19105greenecon
MemberThis is what's in my CSS. I even took it to 40% and made no difference.
.genesis-grid-even {
float: right;
padding: 0 0 15px;
width: 43%;
}
}.genesis-grid-odd {
clear: both;
float: left;
padding: 0 0 15px ;
width: 43%; -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.