Home › Forums › Basel support forum › Align product title and price
Align product title and price
- This topic has 9 replies, 2 voices, and was last updated 2 years ago by Elise Noromit.
-
AuthorPosts
-
October 18, 2022 at 6:50 pm #414799
ivanbangbusParticipantHi, I’d like to have title and price aligned to centre but using your css it’s doean’t works… now I’ve usin “CSS1” in the list below. Titles come centered but not the price!
Can you help me please?
Best Regards
IvanAttachments:
You must be logged in to view attached files.October 19, 2022 at 2:06 am #414839
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.basel-hover-alt.purchasable .price, .basel-hover-alt.product-type-grouped .price, .basel-hover-alt.product-type-external .price { text-align:center; }
Best Regards
October 19, 2022 at 11:25 am #414918
ivanbangbusParticipantHi,
unfortunately your new css doesn’t works,
I attach image to explain what happen / what I’d like to have.If you want I can give you WP access
BR
IvanAttachments:
You must be logged in to view attached files.October 20, 2022 at 12:46 am #415112
Elise NoromitMemberHello,
Please replace the provided code with this one:
body .basel-hover-alt .wrap-price { justify-content: center; } body .basel-hover-alt.purchasable .product-title{ text-align:center; }
Best Regards
October 21, 2022 at 10:24 am #415496
ivanbangbusParticipantHi Elise, thanks.
Your CSS works but not completely, some product looks aligned, some not…
I attach screenshot to explain betterBest regards
IvanAttachments:
You must be logged in to view attached files.October 24, 2022 at 6:42 am #416018
Elise NoromitMemberHello,
Please provide the page URL with this problem.
Best Regards
October 24, 2022 at 12:33 pm #416097
ivanbangbusParticipantHi Elise,
is the shop page here:
https://mostskincare.com/negozio/
Some products are aligned, some not…BR
IvanOctober 25, 2022 at 4:51 am #416273
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.basel-hover-alt.purchasable .price, .basel-hover-alt.product-type-grouped .price, .basel-hover-alt.product-type-external .price { margin-bottom: 0; text-align: center; }
Best Regards
October 25, 2022 at 3:38 pm #416441
ivanbangbusParticipantHi Elise, thanks.
Desktop version works well,
mobile versione not… have a look from mobile:
https://mostskincare.com/negozio/
All the variable product are not centre aligned.
I attach imageAttachments:
You must be logged in to view attached files.October 27, 2022 at 2:34 am #416839
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 768px){ .basel-hover-alt.purchasable .wrapp-swap, .basel-hover-alt.product-type-grouped .wrapp-swap, .basel-hover-alt.product-type-external .wrapp-swap { overflow: visible; margin: 0 auto; } }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register