Home Forums WoodMart support forum Line break between category grid and products Reply To: Line break between category grid and products

#179528

Jelly IT
Participant

Here is a fix for this issue. Just insert this into the On document ready section of the Custom JS section in woodmart settings.

jQuery(‘<div style=”clear: both;vertical-align: bottom;width: 100%;height: 5px;”></div>’).insertAfter(‘.category-grid-item:last’);

Attachments:
You must be logged in to view attached files.