Gaps between Categories

Is there a code that I can use to change the size of the gap between the individual titles in the gap listing as well as the box size that the categories are listed in.

http://whynotchooselife.com/index.php/category/romans/

you can see the spacing between each title within the Romans category

Hi There,

Please try adding this custom CSS under Theme Options > CSS:

.no-post-thumbnail {
    margin-top: 15px;
}
.no-post-thumbnail .entry-wrap {
    padding: 15px;
}

Hope it helps :slight_smile:

1 Like

that works perfect THANKS

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.