Hello Everyone;
I have a problem about slider >1700 px screen and you can find attached pictures.
When I expan 24 inch screen ; text is gone.
Could you please help me?
Hi @nailekale ,
Go to Assets > base.css and paste this at the bottom of the file:
#shopify-block-95ec864d-9203-46f3-afa1-aed56cef1202 hab-slider {
height: calc(560 * 100vw / 1550) !important;
}
Hope it helps!