This topic has 3 replies, 2 voices, and was last updated 1 years, 12 months ago ago by slippery
Hello,
Due to the limitations of WordPress/Elementor, I had to create unique Single Product Pages for every product and somehow, the titles look incorrect on the mobile breakpoint.
Instead of adding padding to every Single Product Page, I was hoping I could simply add some global CSS for padding (10px) that affects the WooCommerce Product Title on mobile.
Looking forward to your help.
Thank you.
Hello,
Add the next code in Theme Options > Theme custom CSS > Global:
@media(max-width:763px){
.single-product .product_title {
padding: 0px 10px;
}
}
Regards
Thank you, you’re a legend!
Tagged: global, mobile breakpoint, padding, products titles, woocommerce, wordpress themes
The issue related to '‘Global CSS for Padding on Products Titles on Mobile Breakpoint’' has been successfully resolved, and the topic is now closed for further responses