Horizon Theme Expand Product Details

Hello, i am wanting to customise my product page but the product details are currently too narrow. How can i expand the text area of the product to be wider? What code do i need to add?

2 Likes

Hi,

Hope this will work

  • Opened your theme code
  • Found product page code file and edit css

CSS example

/* Make product description wider */
.product__description,
.product__info-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}

Hey @CW-1257

Share your Store URL and Password if enabled.

Best,

Moeed

Hello @CW-1257
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution