Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #725905

    Hi!

    In mobile display, I’d like to have the same vertical space between all blog grid elements. Right now, some have 20px space in between, others have no space. How can I have 20px between all posts?

    Regards,
    Poirot

    PS: The blog grid is on my homepage.

    #727188

    Hey Poirot,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all .slide-entry {
        margin-bottom: 20px!important;
    }}
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.