Okay
  Public Ticket #2487499
Recent post > Classic Enhanced
Closed

Comments

  •  1
    Daniele started the conversation

    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.

  •  2,965
    Andrew replied

    Hi 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
    Daniele replied

    Thank you so much Andrew!