Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #60383
    effess
    Participant

    Can you please help me eliminate the space under 4-column featured content items? So far I’ve tried with no success:

    .home #main #featured-post { margin-bottom: 0; padding-bottom:0; }
    .home #main #featured-post p { margin-bottom: 0; padding-bottom:0; }

    Thank you.

    #60398
    Sakin
    Keymaster

    @effess: You ca adjust the margin-bottom and padding-bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #main #featured-post { margin-bottom: 50px; }
    #featured-post .hentry { padding-bottom: 50px; }
    #60515
    effess
    Participant

    That worked. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘space under 4-column featured content layout’ is closed to new replies.