Comments 1Daniele started the conversationJuly 28, 2020 at 7:44pmPadding can be reduced in Recent post > Classic Enhanced setting. I have the following codebut it only works in blog pages:body .masonry.classic_enhanced .masonry-blog-item .article-content-wrap { padding: 5% 15%!important;}Thank you. 2,965Andrew repliedJuly 29, 2020 at 6:35amHi Daniele,Use the following custom css: .masonry.classic_enhanced .masonry-blog-item .article-content-wrap, .blog-recent[data-style*="classic_enhanced"] .article-content-wrap { padding: 5% 15%; } Hope this helps.1 Like 1Daniele repliedJuly 29, 2020 at 8:13amThank you so much Andrew! Sign in to reply ...
Padding can be reduced in Recent post > Classic Enhanced setting. I have the following codebut it only works in blog pages:
body .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
padding: 5% 15%!important;
}
Thank you.
Hi Daniele,
Use the following custom css:
Hope this helps.
Thank you so much Andrew!