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

    i’m using the layout builder to create two sections on my homepage each displaying the title and excerpt from three posts. in the mobile view, the spacing between the second and third entry for both of these sections is too tight. How do I make the spacing between the second and third entry the same as between the first and second?

    thanks!!

    #784116

    hello, i’ve posted two questions over the past few days (including the one above) and have received no response. do you i need to repost them?

    #784604

    Hi,
    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: 767px) {
    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin-bottom: 20px;
    }}
    

    Best regards,
    Yigit

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