Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
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