This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

CSS: Distance between Posts in Category View

10 years ago · Last reply by pr 10 years ago

Hello Folks,

i want to minimize the distance between each Post in the Category View:

Anyone knows a quick CSS code to do this?

Thanks!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 10 years, 12 days ago

    Hi Pr,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .archive article.post,
    .archive article.page {
    	margin-bottom: 40px;
    	padding-bottom: 40px;
    }

    Those are the default values. You should adjust them to your liking.

    You might also need to install the SiteOrigin CSS Editor.

    • pr 10 years, 12 days ago

      Yep, this works.

      This Thread can be closed and big thanks!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread