Shopify themes, liquid, logos, and UX
Hello Experts,
I made the menu sticky/Fixed. but the page content gets hidden behind the menu on page load.
How can this be fixed across all the page?
The website is https://www.athreyaherbs.com/
Thank you for your help.
Solved! Go to the solution
This is an accepted solution.
Hey @mel30
hi there if you are facing any issue on a purchased theme I suggest try contacting theme developer about the issue. https://help.outofthesandbox.com/hc/en-us
or if you wanna fix it by yourself follow below steps
Open theme code editor
Before editing code make sure to duplicate the theme
Online stores> Themes> Edit Code
find the file called styles.scss
and paste this code to very bottom of the file
div#shopify-section-header-new {
position: sticky !important;
top: 0 !important;
background: white !important;
}
If you are unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully, it will help you. If yes then Please don't forget to hit Like and Mark it as the solution!
This is an accepted solution.
Hey @mel30
hi there if you are facing any issue on a purchased theme I suggest try contacting theme developer about the issue. https://help.outofthesandbox.com/hc/en-us
or if you wanna fix it by yourself follow below steps
Open theme code editor
Before editing code make sure to duplicate the theme
Online stores> Themes> Edit Code
find the file called styles.scss
and paste this code to very bottom of the file
div#shopify-section-header-new {
position: sticky !important;
top: 0 !important;
background: white !important;
}
If you are unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully, it will help you. If yes then Please don't forget to hit Like and Mark it as the solution!
@rob10k8 add this to your CSS
div#shopify-section-sections--14634054189111__header {
position: sticky !important;
top: 0 !important;
background: white !important;
z-index: 999;
}
file or theme file
Pefect! Thanks!
Any chance you know how to get the shoping cart icon in the header rather than above the header?
When I add the cart Icon using the check box, it makes the header larger (vertically), I would like to have it moved the section below with the menus.
In the image below, I'd like to have the cart icon added:
But not have as much white space when I click the checkbox:
@rob10k8 You will need to do changes to your code if you are familiar with it.
Let me know and Ill share what needs to be done.
Something like this you want to achieve
Yes, that is what I would like to do.
I am familiar with making code changes, just not to the extent of making this change.
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting 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, 2024