How to – space "Featured Blog Posts" in a widget ?

Homepage Community Forums Epik Theme Support How to – space "Featured Blog Posts" in a widget ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11214
    Nandita
    Customer

      I’m using “Genesis Featured Post” in one of my widget on Epik Theme.

      The posts with image thumbnails are without any space. Can you please help me to put some space between the Featured posts? Posts are just below the “Official Blog” section on my site.

      My site is http://shoutabrand.com

      Thank you.

      #11239
      Wes
      Moderator

        You could add some padding-bottom to line 1604 in your css –

        .home-feature-6 {
            padding-bottom: 50px;
        }

        Then just increase or decrease the number to fit your needs.

        #11245
        Nandita
        Customer

          Hi Wes,

          I’m not talking about padding the widget from the bottom.

          I just want to keep some space between “Featured Posts” which are currently horizontal and without space between them (3 posts).

          Thank you.

          #11263
          Wes
          Moderator

            take a look around line 1405 in your css and add some margin space like this –

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

            You can adjust the margin and the width of the posts as well.

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