Home>Support>CSS: Distance between Posts in Category View

CSS: Distance between Posts in Category View

By pr, 8 years ago. Last reply by pr, 8 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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.

    • 8 years, 4 months ago pr

      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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More