Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Ive created landing pages on canvify. now I have double scroll bars that make navigating the site a nightmare. does anyone know how to get rid of it. ive tried some suggestions in the forum can't seem to get it right. https://bcreations.store/?_ab=0&_fd=0&_sc=1
Hi @EricB for overcome this issue you have to find this class id #canvify-content in your css and change the height value to auto like below -
Your Current CSS Code -
#canvify-content{
height: 100vh;
}
Replace above code with below one -
#canvify-content{
height: auto;
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024