Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Separation space between blog posts resume › Reply To: Separation space between blog posts resume
May 6, 2015 at 12:31 pm
#2889
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