Hi there,
There is a strange padding between the announcementbar and the menu/logo. It’s on all the pages.
Could someone help me with this?
Hi there,
There is a strange padding between the announcementbar and the menu/logo. It’s on all the pages.
Could someone help me with this?
Please add this code to theme.liquid file
Hello @Detailking
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media screen and (max-width: 767px) {
.header-wrapper {
position: relative !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks