hi guys
Hello guys, can you help me remove this blank space that was left over as it is in the image?
Pass-Humblee3030
hi guys
Hello guys, can you help me remove this blank space that was left over as it is in the image?
Pass-Humblee3030
Hi @Suco
Please go to Online Store > Themes > Customize > add this code to Custom CSS.
.announcement-bar__message {
padding: 0.5rem 0 !important;
min-height: auto !important;
}
Hello @Suco
Go to online store ---------> themes --------------> actions ------> edit code------->base.CSS
at this code at the very end of the file.
body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
height: 30px;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks