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
The topic ‘Global CSS for Padding on Products Titles on Mobile Breakpoint’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.