All things Shopify and commerce
Want to improve my site’s aesthetic. Need help with spacing issues. URL: ausomeapparelco.com
Solved! Go to the solution
This is an accepted solution.
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
This is an accepted solution.
Hey @bnbrown88
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.title-wrapper--no-top-margin {
margin-bottom: 5px !important;
margin-top: -60px !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @bnbrown88
Can you share screenshots for reference?
Best Regards,
Moeed
want these spaces removed
This is an accepted solution.
Hey @bnbrown88
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.title-wrapper--no-top-margin {
margin-bottom: 5px !important;
margin-top: -60px !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
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
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
Changes to 3rem and it worked!
Great...!!!
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:
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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024