Home Featured Post Problem

Homepage Community Forums Optimal Theme Support Home Featured Post Problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1922
    alele
    Customer

      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

       

      #1927
      Wes
      Moderator

        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;
        }

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.