This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
The results look fine but the 4th always goes to the left column, I don’t see any reason for this as they are all set to float left at 50%.
Any ideas?
Hello,
Please try to add this code in Custom css:
.product-results-on .product-ajax-list ul li:nth-child(3n+1), .post-results-on .posts-ajax-list ul li:nth-child(3n+1) {
clear: none;
}
Regards
perfect, thanks Rose.
d
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up