• Hi, since I have modified the frontpage-latest-posts.php to view more than 3 latest news, i have huge gap between news in the second line.

    What is the solution ?

    Thanks for your help !

    Regards

    Frédéric

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Frédéric,

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

    @media (min-width: 768px) {
        .frontpage-recent-posts .row .col-sm-4:nth-child(3n+1) {
            clear: both !important;
        }
    }

    Hope that helps.

    Kind regards

    Thread Starter fredd057

    (@fredd057)

    This is … perfect ! Thanks a lot for this solution !

    Have a good day !

    Frédéric

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Huge gap between latest news’ is closed to new replies.