This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
Is it possible to hide/remove/disable div.container in mobile view? The issue is that the container is limiting the content to be not full width. Screen attached.
Thank you
Hello,
You can use this code in custom.css:
@media only screen and (max-width: 480px) {
.single-product .container {
padding-left: 5px;
padding-right: 5px;
}
}
Regards
Thank you, Rose!!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up