Home › Forums › Basel support forum › Add to Cart
Add to Cart
- This topic has 8 replies, 2 voices, and was last updated 7 years, 4 months ago by Artem Temos.
-
AuthorPosts
-
September 7, 2017 at 9:52 am #18996
bconnessoParticipantDear Support, I would like to know how to move the align the price and add to cart to middle?
Attachments:
You must be logged in to view attached files.September 7, 2017 at 12:07 pm #19005
Artem TemosKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.div.basel-hover-alt .product-title, div.basel-hover-alt .price { text-align:center; } div.basel-hover-alt .wrap-price { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
Kind Regards
XTemos StudioSeptember 7, 2017 at 1:42 pm #19011
bconnessoParticipanthi, i have done that and it works for desktop but not mobile presentation. Can you please advise
Attachments:
You must be logged in to view attached files.September 7, 2017 at 2:02 pm #19016
Artem TemosKeymasterReplace the code with this one,
div.basel-hover-alt .product-title, div.basel-hover-alt .price { text-align:center; } div.basel-hover-alt .wrap-price { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
September 12, 2017 at 3:57 am #19199
bconnessoParticipantHi the code works well.
However, I got an issue at category page.
Product supposed shown 4 column in a row but now it becomes 1 column 1 row.
Can you advise?September 12, 2017 at 4:20 am #19200
bconnessoParticipantHi,
I removed the code
.product-grid-item {
margin-bottom: 50px;
width: 100%;
}Then it works fine.
However it bring another issue which is theProduct (woocommerce)
http://bcocloud.com/beaubelle/product/smooth-balancing-tonic-200ml/
Please check the error in red circle.Please reply me soonest possible.
Many thanksAttachments:
You must be logged in to view attached files.September 12, 2017 at 6:22 am #19207
Artem TemosKeymasterHi,
Try to add some custom CSS class to the row or column with product on your home page and use the following CSS
.my-custom-class .product-grid-item { margin-bottom: 50px; width: 100%; }
Regards
September 13, 2017 at 11:19 am #19299
bconnessoParticipantHi, how to centralized this?
Circle in red.Attachments:
You must be logged in to view attached files.September 13, 2017 at 12:38 pm #19304
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to do this
.basel-products-tabs .products-tabs-title { justify-content: center; } .basel-products-tabs .tabs-navigation-wrapper { padding-right:0; }
-
AuthorPosts
Tagged: add to cart alignment
- You must be logged in to create new topics. Login / Register