Hi! Can anyone help me figure out why my logo keeps getting hidden under my product page image? And how I can keep the menu and logo in the top right corner and not move when scrolling down the product page?
my website is lazlarastudios.com and pass is laz90yur
Go to your code editor Assets > theme.scss.css paste this below code at the bottom of the file
.custom_logo {
z-index: 999;
}
Thank you.
thank you! but now when I click on the product image if a customer wants to zoom in, then only the logo is at the top right, is there a way to remove that?
Please try this and check it work perfectly or not.
Go to your code editor Assets > theme.scss.css paste this below code at the bottom of the file
.disable-scroll .custom_logo {
display: none;
}
Thank you.

