Hi @mychildren2020
We have read your support query. You have used a boxy-clean layout. And the boxy-clean layout is the masonry layout so the height applies automatically. You can not manage block height.
Thank yo
can you guide me how I can reduce the space after social icons… it is pretty huge… I just want blocks to be compact to the content..
can I get a response please?
Can I get your blog page link?
Hi @mychildren2020,
Add below Custom CSS for manage Blog Post Height.
So, please follow my instructions.
1. Go to the Blog Designer plugin setting and click General Settings tab.
2. Find there Custom CSS section at the end of the page.
3. Add below custom CSS code and save layout settings.
.blog_template.boxy-clean .blog_wrap {
max-height:500px;
}
4. Now check your website once.
Let me know if you have any further query using it.
Have a nice day.
thanks… I already made it in different way… it helps in mobile device…
.blog_template.boxy-clean .blog_wrap {
height: auto !important;
padding-bottom: 15px !important;
}
HI @mychildren2020,
Happy to know that your issue has been fixed.
Thank you