This topic has 3 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Peter
1. Where can I change so that the text on mobile devices is not centered?
It needs to be changed in the product for now.
2. Why is the add to cart button so big on mobile and overlapping the box next to it?
where it can be reduced.
Hello, @Peter,
1. Simply go to the Dashboard >> XStore >> Theme Options >> Theme Custom CSS >> Global and then paste the below code at the bottom of the CSS box there.
@media(max-width:576px){
.woocommerce-product-details__short-description p{text-align:left !important;}}
Then save settings and check back to your site after clearing the browser cache.
2. In order to solve your issue simply go to the Dashboard >> XStore >> Theme Options >> Theme Custom CSS >> Global and then paste the below code at the bottom of the CSS box there.
@media(max-width:576px){
.product-information-inner .single_add_to_cart_button{margin-left:10px !important;}}
Then save settings and check back to your site after clearing the browser cache.
Regards 8Themes Team.
Thanks.
in the second case I had to add the “padding” modification and it’s ok.
Tagged: centered, mobile, persuasive, text, themes, woocommerce, wordpress
The issue related to '‘Text on mobile devices is centered.’' has been successfully resolved, and the topic is now closed for further responses