Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi guys, I was wondering if anyone could help me adjust the gap of our upper header.
Please refer to the image below.
image link: https://ibb.co/8MCm5WV
Thanks again! 🙂
- Henry
Add this code to the bottom of theme.scss.css. It should minimize the padding above and below the header section. To increase the padding, adjust the PX values.
@media only screen and (min-width: 750px) {
.site-header__upper {
padding-top: 0px;
padding-bottom: 0px; } }
Go to Online Store-> Actions >Edit code > Look under Assets sections. It could be called theme.scss.css or just theme.css