-
Author
-
November 30, 2017 at 02:17 #181528alisellouParticipant
Hi, when displaying my products by attribute, the grid display seems to float products randomly on my page ie: it is not a consistent grid.
November 30, 2017 at 15:32 #181564LauraModeratorHello, can you share access so i can check it out?
What look are you looking for?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 1, 2017 at 05:11 #181637alisellouParticipantWould like items to be in a similar grid to the normal product grid.
December 3, 2017 at 10:16 #181803LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.tax-pa_style .products li { width: 33% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 4, 2017 at 00:23 #181874alisellouParticipantHi Laura, that certainly helped, but there seems to be some gaps in the grid now. I have tried at both 33% and 50% but every few rows there is a gap and an item is missing. Any thoughts on what could be causing this?
Reference to page. https://www.fabricandcraft.com.au/style/dresses/page/2/
Many thanks
December 4, 2017 at 12:06 #181899LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.woocommerce ul.products li.product:nth-of-type(3n+1) {clear:both; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.