Want to improve my site’s aesthetic. Need help with spacing issues. URL: ausomeapparelco.com
Hello @bnbrown88
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
.header__menu-item {
padding: 1.2rem 4rem;
}
.header__inline-menu {
margin: 0 auto;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
I want the spacing fixed in mobile view. Look at earlier messages for reference
Hey @bnbrown88
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
.title-wrapper--no-top-margin {
margin-top: -50px !important;
margin-bottom: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey @bnbrown88 ,
Thanks for sharing the store URL! I reviewed it and noticed there’s a lot of extra space at the bottom of your site. This is because your store’s footer doesn’t have any content yet. To fix this, you can simply add some content. Here are a few ideas:
- Basic info like your store’s address, contact details, logo, and social media links.
- Contact and support details.
- Store policies (shipping, privacy, return & refund, terms & conditions).
- Newsletter signup to keep customers updated.
- (Already added) Payment icons.
- Copyright information.
Adding these will make the footer more useful and fill that space!
You can see the screenshot below for a store that has a great footer.
You can customize your store’s footer from the theme customization settings. You can check this video guide about adding the footer to your store.
I hope this helps. If my response helped you, please consider giving it a like (
) and marking it as an accepted solution if it resolved your issue. Your feedback helps other community members with similar questions.
Thank you!
Regards,
Abhishek from Swym
Changes to 3rem and it worked!
Great…!!!



