This topic has 12 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
How to MInimize Font Size (add to chart) and (name of product) at Mobil Display (responsive)
iam attacch 2 picture
Hello,
I do not see images. You may use such screenshot maker as Lightshot and provide screenshot link in Private Content.
Regards
okay, link on private content
Hello,
You may add this code in custom.css file of parent theme or in style.css file of child theme:
@media (max-width: 480px){
.slide-item .product .add-to-container a, .products-grid .product .add-to-container a {
font-size: 10px;
}
.slide-item .product .add-to-container, .products-grid .product .add-to-container {
padding-left: 0;
padding-right: 0;
}
.slide-item .product .product-name, .products-grid .product .product-name {
font-size: 12px;
margin-left: 0;
margin-right: 0;
}
}
Regards
whwther steps like the following pictures..?
enable custome css dan paste code in default.custom.css (via cpanel) ?
You should rename the default.custom.css file to custom.css
https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
okaya, it works, and How to MInimize Font Size (NEW PRODUCT) in mobile display (responsive)
like picure below
Hello,
Please change the previous code to this one:
@media only screen and (max-width: 480px) {
.slide-item .product .add-to-container a, .products-grid .product .add-to-container a {
font-size: 10px;
}
.slide-item .product .add-to-container, .products-grid .product .add-to-container {
padding-left: 0;
padding-right: 0;
}
.slide-item .product .product-name, .products-grid .product .product-name {
font-size: 12px;
margin-left: 0;
margin-right: 0;
}
.home h2.title {
font-size: 1.5rem;
}
}
Regards
Is there a way to align the “price label” and N “Add to Cart” or “Select Options” buttons on the shop pages? When the product names are different lengths, or some products have reviews and some don’t, the buttons are misaligned. ??
like pictures below
Please read this topic https://www.8theme.com/topic/how-to-add-to-cart-and-price-label-to-parallel/
Regards
oh oke, problem solved, thank you. 😀
You’re welcome!
Regards
The issue related to '‘How to MInimize Font Size (add to chart) and (name of product) at Mobil Display’' has been successfully resolved, and the topic is now closed for further responses