Hello,
Like the title says, the logo and menu navigation bar placements shifts slightly when clicking though pages, if you click back and forth between “portfolio” and shop" you can see the shift. This occurs on a couple of other pages as well.
Is there a way to keep the logo and menu fixed in place throughout each page? Any help is greatly appreciated, thank you in advanced. Website info is below:
password: uviwho
@catbellystudios , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
body,html{
overflow-x: hidden;
}
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Thanks for the reply @diego_ezfy
unfortunately the placement of the logo and menu nav in the header still seem to be shifting after putting the code in.