Shopify themes, liquid, logos, and UX
Hello, when I open https://tunetoyz.com/apps/help-center there seems to be a padding issue. The orders part is covered by the header. Is there a way to move it down so that its not covered? Also this is the only page that is experiencing a problem and it looks fine on mobile just on PC
Solved! Go to the solution
This is an accepted solution.
Hi @TuneToyz
Did you add the app anouncement bar recently? Before you add you already have this problem? If yes, you need to contact the app provider so they can fix it. In meanwhile you can check this one.
{% unless template.name == 'index' %}
<style>
main#MainContent {
margin-top: 10vh;
}
</style>
{% endunless %}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @TuneToyz,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(min-width: 750px){
body:not(.home-page) .section-header.shopify-section-header-sticky .header-wrapper{
position: sticky!important;
}
}
hey this doesn't work the header is still covering the order part
Hi,
I don't see code. However, I saw something error on base.css file. So you can add code below to end of file Layout/theme.liquid and before </body> tag ( refer screenshot)
<style>
@media(min-width: 750px){
body:not(.home-page) .section-header.shopify-section-header-sticky .header-wrapper{
position: sticky!important;
}
}
</style>
This is an accepted solution.
Hi @TuneToyz
Did you add the app anouncement bar recently? Before you add you already have this problem? If yes, you need to contact the app provider so they can fix it. In meanwhile you can check this one.
{% unless template.name == 'index' %}
<style>
main#MainContent {
margin-top: 10vh;
}
</style>
{% endunless %}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024