I want to make heading of multicolumn and featured product center align in my home page but couldn’t find any way to do it in shopify customization page.
Here is my store: https://b8ef01-3.myshopify.com/
password: euclew
A user seeks to center-align headings for multicolumn and featured product sections on their Shopify store homepage using the Sense theme, which isn’t available through the standard customization interface.
Solution Process:
</head> tag.title-wrapper-with-link classes with justify-content: centerResolution:
The issue is resolved through iterative CSS adjustments. The final working code centers both the multicolumn and featured collection headings as requested. The user confirms the solution works in their final response.
I want to make heading of multicolumn and featured product center align in my home page but couldn’t find any way to do it in shopify customization page.
Here is my store: https://b8ef01-3.myshopify.com/
password: euclew
Hi @JohnLiam231
Please follow these Steps:
Hey @JohnLiam231
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@JohnLiam231
Please follow these Steps:
It will work on mobile only.
Hi @JohnLiam231
Use this code for both resolutions.
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
justify-content: center;
}
Thanks, it work for multicolumn, but the featured collection heading still left align, can you help me with that too, thanks again.
Hey @JohnLiam231
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Please follow these Steps:
Thanks, it work