This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Olga Barlow
Hello,
Thank you very much for the great support.
I want to reduce the height of the title banner for the product categories, not on desktop but only on mobile. Is it possible? My client is making some complaining about the banner being too large in the mobile.
http://imgur.com/a/gG2Cr
Thanks
Hello,
You may add the following custom code in Theme Options > Styling > Custom CSS:
.page-heading { padding: 4.5vw 0;}
@media only screen and (max-width: 480px){
.global-header-xstore.et-header-not-overlap .page-heading {
padding-top: 4.5vw;
}}
Regards
You must be logged in to reply to this topic.Log in/Sign up