Make Featured Posts Plugin Horizontal
-
Okay, so I’m trying to put the Featured Posts Plugin in the main body of my static landing page. I’ve got the widget to put it there, but the Featured Posts keep on coming up vertically, but I’d like them to be horizontal. This is the code I have in the .css file:
.featuredpage,
.featuredpost {
float: left;
width: 215px;
display: block;}
.home-featured-posts .featuredpost {
float: left;
margin: 0 20px 0 0;
width: 172px;
}.featured .featuredpage,
.featured .featuredpost {
float: left;
margin: 0 20px 0 0;
width: 172px;
}I’ve been messing with it for a while, so feel free to tear that apart. I’ve gotten it to the point where each individual “post” block is the size I want, but they’re not horizontal. Thanks for your help!
- The topic ‘Make Featured Posts Plugin Horizontal’ is closed to new replies.