Blog Posts On The Home Page

Homepage Community Forums Epik Theme Support Blog Posts On The Home Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10548
    Richard
    Customer

      I want to display my 3 most recent blog posts on the home page at the bottom.

      I would like them displayed ‘traditionally’ at the bottom of the page (i.e horizontally, with title, thumbnail image and an excerpt, one on top of the other)

      However, they are displaying vertically in a line, no matter where I place the Genesis Featured post widget.

      http://www.salespagesoftware.com – scroll to the bottom and you will see

      Thanks


      Epik Theme – See my live site: http://smartincomedetective.com

      #10555
      Eric
      Customer

        Did you already make adjustments to it? Because it’s showing up horizontally.

        All you would need to do now is add some space in between each one. You can start by adjusting the code around line 1407 to something like this –

        .home-feature-bg-alt .featuredpage .page,
        .home-feature-bg-alt .featuredpost .post {
            float: left;
            margin: 0 30px 0 0;
            overflow: hidden;
            padding: 0 0 5px;
            width: 30%;
        }

        And you can adjust it more if needed.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #10565
        Richard
        Customer

          Thankyou Erik

          I actually used this:

          .home-feature-bg-alt .featuredpage .page,
          .home-feature-bg-alt .featuredpost .post {
          float: center;
          margin: 0 30px 0 0;
          overflow: hidden;
          padding: 0 0 5px;
          width: 100%;

          So that the post goes across the page, and they are stacked one on top of the other. Thanks for your help, its probably best I pay for hired help to help me do the changes I want before the theme gets put on my current blog here: http://www.smartincomedetective.com


          Epik Theme – See my live site: http://smartincomedetective.com

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Blog Posts On The Home Page’ is closed to new replies.