This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
Images in shop page covering text in mobile view
Hello,
Please add this code in custom.css file:
#products-grid.products_grid .product-grid img {
padding-top: 0px !important;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Best regards,
Jack Richardson.
Thanks for that, worked perfectly.
How can I increase text size for mobile view as well, plus the category header images in shop extend out of the view screen in mobile, how can I get the image to fit?
Thanks, Ian
Hello,
Please add this code in custom.css:
@media (max-width: 480px) {.cat-banner {
padding-left: 0px !important;
}}
Please clarify if you want to change text size for products titles.
Thank you.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up