Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #746659

    Hello!
    I am using the post slider feature on a page with 3 columns displayed.
    How can I increase the space between posts on narrow mobile views (360px)?
    When titles are longer, it is hard to see that the next image is for the next post, and using custom class to increase margins increases space between each batch of 3 posts, but not between the individual posts within that block of 3.
    Hope you can help!
    Thanks

    #748433

    Hey Julie,

    Sorry for the delay, 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: 479px) {
    .responsive #top .slide-entry {
        margin-top: 30px!important;
    }}
    

    Best regards,
    Vinay

    #748585

    Awesome, thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to increase space between posts in post slider on small mobile views?’ is closed to new replies.