Nesting a Woocommerce Product Detail Page inside a wider X Theme Pro designed page

Hi,

We are trying to replicate the boteboard.com product detail pages for the boteboard.com.au website. We specificaly want to nest the product detail page (from woocommerce) into a more elegantly designed, and larger, X Theme Pro designed page. Is this possible? If so, please detail how.

Thank you

Hi,

The login provided doesn’t seem to work.

Not really sure what you mean by nesting, but copying that product detail page from that site will require some customization which is outside the scope of support that we offer.

To give you something to start with, you can make your product detail page wider by adding the code below in Theme Options > CSS

.single-product .x-container.max.width.offset {
    max-width: 100%;
    width: 100%;
}

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.