Reduce row / column height for mobile
-
AnonymousInactive
Hi, I would like to reduce the hight of the row/column on mobile displaying the message ” free delivery over €35 “
Hello,
Please provide your site admin access so that I could provide custom CSS.
Best Regards
AnonymousInactive
Hi, I have a security plugin that I can’t turn off, can I have your domain to whishlist and provide you with admin access
Kind regards Ciaran
Hello,
Please try this code:
@media (max-width: 768px){
.header-banner {
height: 40px;
}
}
Change “40px” as per your needs and add this code to the Theme Settings > Custom CSS > Global
Best Regards