How to disable div.container? - by omthreetimes

This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: omthreetimes
    omthreetimes
    Participant
    March 28, 2018 at 10:44

    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

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 28, 2018 at 12:37

    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

    Avatar: omthreetimes
    omthreetimes
    Participant
    March 28, 2018 at 12:49

    Thank you, Rose!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 28, 2018 at 12:58

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.