Displaying featured posts on front page

Homepage Community Forums Epik Theme Support Displaying featured posts on front page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8847
    scottdennison
    Customer

      I’ve seen http://www.wpwebsitesdone4u.com/ and love how she’s used home feature 14 to display 3 posts from her blog and would like to figure out how she did that. I’ve tried with 3 featured post plugins side-by-side and also juct coding it into a text widget but it keeps wanting to stack them on top of one another.

      Hopefully you can help.

      Thanks!

      #8854
      Wes
      Moderator

        The posts on her site are set to float: left;. Try adding something like this to your featured-posts code in your css –

        #home-feature-bg-alt .featuredpage .page, 
        #home-feature-bg-alt .featuredpost .post {
            float: left;
            margin: 0;
            overflow: hidden;
            padding: 0 50px 5px;
            width: 264px;
        }
        #8865
        scottdennison
        Customer

          Thanks Wes – it took a bit of playing but I was able to get it…

          #8872
          Wes
          Moderator

            You’re Welcome!

            Just let me know if you need anything else.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Displaying featured posts on front page’ is closed to new replies.