The website and product pages are here: www.Thekaleidoscopeco.com Note, I’m using the Sense theme. I think I need to either edit the Theme code. Does anyone have a sense of how to edit the theme code to get the layout to no longer be right justified and rather occupy the entire page space? Thank you.
Is this the result you want? the Product Description section is below the Product Information section
To do this, you can follow these steps:
- Step 1: Find Customize in Theme:
- On the Select bar, go to Product → Default Product (or you can click on any product on the homepage)
- The product customization page appears as follows.
In the Product Information section, click on the Eye Icon to hide the Product Description at the default position. Then create a new section by selecting Add section → Custom Liquid
- Click on the Section Custom Liquid you just created, add the following code to the Custom Liquid input:
{{ product.description }}
Similar to the following:
- Change the position of the Custom Liquid section to the front of Related Products, select Save to save the changes.
We hope that this can help you.
This worked perfectly, thank you! If I want to increase font size now, how can I add that into the Custom Liquid code?





