Tagged: x
-
AuthorPosts
-
May 26, 2016 at 10:52 pm #1012341
mat_kinotekParticipantHi,
I’m trying to edit the layout of my cart here: http://cherrylaser.com/?post_type=product .
How can I have the ‘color’, ‘size’, etc. horizontally aligned, and the respective values next to each one?
Thanks!May 26, 2016 at 11:37 pm #1012396
mat_kinotekParticipantand also, Im going crazy please help!
How can i set color white ONLY to the ‘check out’ text at the bottom of cart here: http://cherrylaser.com/?post_type=product ??May 27, 2016 at 12:25 am #1012447
Nabeel AModeratorHi there,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.woocommerce div.product .summary { width: 100%; } .variations tr { display: inline-block; margin-right: 5%; } .woocommerce .cart { width: 100%; } .woocommerce .x-main { width: 100%; }I’m not seeing CheckOut options on this page http://cherrylaser.com/?post_type=product can you please share a screenshot with us so we can take a closer look?
Thanks!
June 1, 2016 at 2:23 pm #1020680
mat_kinotekParticipantHi Nabeel,
the page Im working on is here: http://cherrylaser.com/?page_id=8
I need to have the values for ‘size’ ‘color’,’method’ etc. next to them, on the same line.
Ad ex:color: clear
size: 18×12
thickness: 1/8″
method: cuttingetc. etc.
so that the cart doesn’t look so wide.
Thanks!June 1, 2016 at 9:47 pm #1021368
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
@media (min-width: 768px) { .woocommerce-cart dt { float: left; padding-right: 10px; } }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1012341 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
