Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2894
Robert Kavgić
Participant

Hello,

Glad it works for you.

It would be even better to change the upper code to the following one:

@media (min-width: 991px) {
    .latest-posts li.post:nth-child(3n) {
        margin-right: 0px;
    }
}

It means that the margin-right rule will only be applied once the window width is bigger than 991px.

Robert