This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
I want to remove popup e-commerce from mobile version because the image of the coupon is cut off.
Hello,
Please try to add this code in Theme options > Styling > Custom css > Custom css for mobile:
#etheme-popup {
height: 500px !important;
background-size: contain;
background-repeat: no-repeat;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up