Viewing 1 replies (of 1 total)
  • Plugin Contributor Patrick Jackson

    (@pjackson1972)

    Hi Mykmyk,

    It looks like you need to override the .post and/or .hentry class in your stylesheet. Maybe try adding something like the following to your custom CSS.

    .ivycat-post{
        margin: 20px !important;
    }

    You may need to make it more specific since you have an !important flag on your .post class. For example, you may have to use a selector of .post.ivycat-post.

Viewing 1 replies (of 1 total)
  • The topic ‘Adjusting margins/border or post’ is closed to new replies.