Shopify themes, liquid, logos, and UX
Dawn latest version, in that mobile view header has some white space how to remove that.
website : https://rugd-in.myshopify.com/
password: rugged
Solved! Go to the solution
This is an accepted solution.
Hello! @Sivadarshan Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
@media screen and (max-width: 749px) {
section:has(.banner__content) {
margin-top: -12px!important;
}
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the Accepted Solution.
Best regards
K.K
This is an accepted solution.
Hello! @Sivadarshan Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
@media screen and (max-width: 749px) {
section:has(.banner__content) {
margin-top: -12px!important;
}
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the Accepted Solution.
Best regards
K.K
Hi @Sivadarshan
@media screen and (max-width: 768px){
section:has(.banner__content) {
margin-top: -12px !important;
}
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025