I am having an issue with the home page on my site pulling up collapsed. It only happens from time to time, sporadically. It will pull up like the attached. You can refresh and usually displays properly then. Thanks for any help!
Hi @bigfoot4x4 ,
Go to Assets > timber.scss.liquid and paste this at the bottom of the file:
#shopify-section-1499086466498 .featured-box {
height: auto !important;
}
#shopify-section-1499086466498 .featured-box--inner {
height: auto !important;
}
Hope it helps!
Thank you very much!! I will try this.
1 Like