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.

#2889
Robert Kavgić
Participant

Hello,

Please go to “Elvyre options -> Appearance” and find “Custom CSS” box.
Paste the following code in it:

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

Save changes and check out the page with 3 cols – everything should be normally displayed.

Robert