Tagged: x
-
AuthorPosts
-
January 30, 2017 at 4:51 pm #1351444
RyanParticipantStore not displaying correctly. I have two items per row set and only one is showing. RyanHintze.com/shop Screenshot: https://www.screencast.com/t/Biypc1w4h
How can I remove this white space? https://www.screencast.com/t/EcYeo0qOB
January 31, 2017 at 12:22 am #1351855
FriechModeratorHi There,
Thanks for writing in! Would you mind providing us login credentials in private reply, so we can take a closer look?
You said you have 2 items per row? But it was actually set as 3 columns (http://prntscr.com/e2jhoi)
Regarding with the white space on the footer. Please add a class mbn on the last content band/section of that page.
Cheers!
February 4, 2017 at 1:59 pm #1358038
RyanParticipantThis reply has been marked as private.February 4, 2017 at 11:41 pm #1358334
RadModeratorHi there,
Please try downgrading your Woocomerce to version equal or less than 2.6.9.
You can download the copies here https://github.com/woocommerce/woocommerce/releases
The problem is the structure and your product listing is getting extra element that breaks the layout.
Thanks!
February 6, 2017 at 4:57 pm #1360294
RyanParticipantAfter downgrading to 2.6.8 the problem still persists.
February 7, 2017 at 12:16 am #1360727
Paul RModeratorHi Ryan,
Please add this in Custom > Edit Global CSS in the customizer.
.woocommerce li.product.first { clear: none; } .woocommerce li.product.last { margin-right: 4%; } .woocommerce li.product:nth-child(3n+3) { margin-right:0; }Hope that helps.
February 7, 2017 at 10:16 am #1361355
RyanParticipantThis is how my current global css looks like:
.x-topbar .p-info { color: #ffffff; } .x-social-global a { color: #ffffff; } .page-template-template-layout-portfolio .entry-cover { background-position: center top; } .page-template-template-layout-portfolio .entry-cover { background-position: center top; } .option-set .x-portfolio-filters-menu>li>a { color: #000; } .page-template-template-layout-portfolio a.entry-cover { background-position: center 0%; } .x-portfolio-filters { display: none !important; } .woocommerce li.product.first { clear: none; } .woocommerce li.product.last { margin-right: 4%; } .woocommerce li.product:nth-child(3n+3) { margin-right:0; }Do you think any of the non woo customization’s effected the layout of the shop?
Thank you!
It worked by the way.February 7, 2017 at 11:03 am #1361435
JadeModeratorHi there,
That should be fine because the newly added CSS are only targetting woocommerce pages.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1351444 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
