- This topic has 1 reply, 2 voices, and was last updated 10 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Optimal Theme Support › Home Featured Post Problem
I would like to have 3 featured posts on my Home-Site ( 3 posts horizontally like in the demo). But all my Home Featured Posts are falling in 2 columns.
Additionally, there is always 1 further featured post on the Home. (e.g. 4 posts instead of 3, compare widget settings and my website)
Link to Website: blog.appl.de
My Widget-Settings: http://imm.io/MKdv
If you decrease the width on the home featured posts then it will fit. They are a pixel too wide to fit within the space. You could change it to 220px or less like this –
.home-featured-posts
.featuredpost .post {
margin: 0 15px 0 0;
width: 220px;
}