Hello everyone, How do I reduce the space between blog posts? Thanks in advance
mateitnt Kindly provide the URL of page where u took this screenshot so i can check and suggest you changes over.
For now it's localhost, I'm using a "category blog" menu and the distance between the displayed articles is too big and I want to reduce it.
mateitnt Hi We do not have such space https://t4-framework.demo.joomlart.com/index.php/joomla-pages/other-pages/category-blog The layout on your site seems different as no content and images that is why i need the page URL to check it.
Hello again, are the site uploaded it is about the space between "Document 1" and "document 2" "document 3" "document 4" the link is:
https://comunatroianul.ro/newsite/index.php/monitorul-oficial-local/dispozitiile-autoritatii-executive/14-2022
mateitnt Hi The space is normal on your site you are not using the any content only title. Here is code you can override in custom css and reduce the values .item-intro { margin-bottom: 1.5rem;} .article-aside { margin-bottom: 1rem;} .items-row .item { padding-top: 1rem; padding-bottom: 2rem; }
.item-intro { margin-bottom: 1.5rem;} .article-aside { margin-bottom: 1rem;} .items-row .item { padding-top: 1rem; padding-bottom: 2rem; }
Ninja Thanks a lot, it worked. And yet I had another problem. It leaves space between the first and the second article. I succeeded after adding: p { margin-bottom: 0rem; } .blog .blog-items .blog-item, .blog-featured .blog-items .blog-item { margin-bottom: 0rem; }
mateitnt Hi This custom change as the design should not be like as u did . It is a blog page.