Hello Shopify experts!
could someone help me how to get rid of this white gap between announcement bar and the main photo in grey on mobile?
younipets.co.uk
Hello Shopify experts!
could someone help me how to get rid of this white gap between announcement bar and the main photo in grey on mobile?
younipets.co.uk
Hello There,
.AnnouncementBar__Wrapper {
padding: 20px 15px;
}
Hi @ZestardTech , you can solve it by adding this CSS code at the bottom of your theme.css.liquid
@media screen and (max-width: 767px) {
#shopify-section-header { padding-top:43px !important; }
}