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
The collection banner is overlapping with the menu and logo can someone help me with this?
Hello @Detailking ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
@media screen and (max-width: 767px) {
.section-header.shopify-section-group-header-group {
margin-bottom: 16%;
}
}
Thanks