New Landing How can we help? Themeforest Theme Support Neighborhood Single product image full width on mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • #226895
    Baraa
    Member
    Post count: 50

    Hello, could i know please how to make the single product image full width on mobile view ? i have attached an image for what i am asking for. Many thanks

    Attachments:
    You must be logged in to view attached files.
    #227260
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will need your site url to provide some custom css.

    -Rui

    #227406
    Baraa
    Member
    Post count: 50
    This reply has been marked as private.
    #227439
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    .container {
        padding-left: 0px!important;
        padding-right: 0px!important;
      }
    }

    Hope it helps.

    -Rui

    #227447
    Baraa
    Member
    Post count: 50

    Hello Rui it helps but it removed the container from the whole website not just for the single product image. Could we specify it? its already specified for the related product under the single product images, they are full already, if we can do the same for the single product images would be great

    Thanks

    #227731
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please amend to this:

    @media only screen and (max-width: 767px)
    .single-product.page-heading-fancy .product-main {
        width: 100%;
        padding: 0;
    }

    Thanks,
    David.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register