CSS: Distance between Posts in Category View
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
2Hi 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.
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.