Home Forums Basel support forum Full Width product image

Full Width product image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #172273

    sorintrifu
    Participant

    Hello,

    On the product page i want single image to be full witdh on the page. Below the single image i want to put carousel images and then the sidebar(with name, variation and price).

    Its possible to have the single image full width on the product page?

    #172282

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    There is no option to make the image full-width. I can provide custom CSS to make the image full width, please provide a product URL.

    Best Regards

    #172286

    sorintrifu
    Participant
    #172305

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 768px){
    .col-sm-8.product-images {
        width:100%;
    }
    }

    Best Regards

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