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

    On my homepage – http://balrajt9.sg-host.com/ – I have a section labelled UPCOMING EVENTS & ACTIVITIES
    with a blog post slider.

    On mobile there is no space between the second and third post. how can I add some space similar to the spacing between the 1st and 2nd post

    Screenshot – https://ibb.co/68fH1pN

    #1353363

    Hey navindesigns,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

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

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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