Home Forums WoodMart support forum Full Width Product Page

Full Width Product Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #164737

    scadacore
    Participant

    Full Width Product Page and Related Products

    #164755

    Hello,

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

    You can configure the product page template in the Theme Settings > Product page > Images https://prnt.sc/qewnmq You will find a full-width row option as you requested.

    You will also find the full-height sidebar option in the Theme Settings > Product page as soon as you set a sidebar.

    Best Regards

    #164761

    scadacore
    Participant

    Hi, we enabled “Full height sidebar “, but the Product Description is also full-width now, which we do not want. Is there a way to only have the “Related Products” be full-width?

    Is there a way to change the layout of _only_ one of our products? Basically, we want to keep all our other products with a sidebar, with the exception of one product that we want the full-width layout for.

    Thanks.

    #164785

    Hello,

    Please provide product page URL with the related products I will check if HTML structure allows making it full-width.

    The product page has the custom option allowing change a bit the product layout individually. For example https://xtemos.com/docs/woodmart/product-page-options/#local_settings

    Best Regards

    #164874

    scadacore
    Participant

    .

    #164884

    Hello,

    It is not possible to make the Related products full-width, provided you have set the full-height sidebar.

    At the same time, we can change the product and make it full-width, please add this code to the product page settings https://prnt.sc/qfc9n4

    body .product-image-summary-inner div.product-images{
    display:none;
    }
    body .product-image-summary-inner div.entry-summary{
        flex: 0 0 100%;
        max-width: 100%;
    }

    Best Regards

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