A user with the SENSE theme is trying to center-align all titles and subtitles in their shop. While they’ve successfully applied code to most sections, the “Associated Products” section title remains left-aligned despite attempts to fix it.
Proposed Solution:
Another user provided step-by-step instructions to center the title:
Navigate to Shopify admin > Online Store > Themes > Edit code
Locate the associated products section file (likely associated-products.liquid)
Find the title code (e.g., <h2 class="section-heading">{{ section.settings.title }}</h2>)
Add a CSS class text-center to align the text
Save changes and test
Note: One response appears corrupted or reversed (discussing vendor logos in Warehouse theme instead), suggesting possible technical issues with the thread.
Status: A support professional has requested the store URL and password (if applicable) to review and provide a tailored solution. The issue remains unresolved pending further information.
Summarized with AI on November 20.
AI used: claude-sonnet-4-5-20250929.
I have the SENSE theme, I wanted to align all the titles and subtitles on my shop.. I managed to copy and paste codes but I have a problem with the “associated products” section which displays the products of my shop . The title is not centered I can’t find a code that works! he is on the left. I am attaching a captured photo. Who would have a code and where to put it.
Replace ‘Your Vendor Name’ with the actual name of your vendor and ‘your-vendor-logo.png’ with the file name of your vendor’s logo image. Make sure you have uploaded the vendor logo image in the Shopify admin under “Settings” > “Files” before using it here.
Save the changes.
After following these steps, the product vendor name will be replaced with the vendor logo image for products from the specified vendor. Repeat the code snippet for each vendor you want to customize.
Note that modifying the theme code requires some technical knowledge, so it’s always a good idea to make a backup of your theme before making any changes.
To align the title in the “Associated Products” section to the center in the SENSE theme, you can follow these steps:
Log in to your Shopify admin.
Go to “Online Store” and click on “Themes”.
Find the SENSE theme and click on “Actions” > “Edit code”.
In the left sidebar, under “Sections”, click on the section that corresponds to the “Associated Products” section. The section file could be named something like associated-products.liquid.
Look for the code that displays the title of the section. It might look something like this:
The added class text-center aligns the text to the center using CSS.
Save the changes.
After making these modifications, the title in the “Associated Products” section should be centered. Make sure to test your changes and adjust the CSS as needed to achieve the desired alignment.