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

    Hi,

    I have a blog post element from the advanced layout editor on my home page. It is set to have three columns, and to show a maximum of three blog posts. When it collapses down to one column for a mobile device there is no space between the second and third post. Please advise.

    Regards,
    TedGL

    #598207

    Hey TedGL!

    Try also adding the following CSS to the Quick CSS field:

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

    Let me know if you need anything else.

    Cheers!
    Jordan

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