Hi everyone,
please can someone help me centre the Featured Collection Title and subtitle text on my homepage to it aligns with my current design? please see the image below for reference.
site URL: www.bundles-online.com
Thanks so much
Milo
Request to center the Featured Collection title and subtitle on a Shopify homepage. A reference screenshot and site URL were provided.
Proposed solutions (CSS-based):
Optional tool: Use the “Iconic Sections” app for prebuilt sections with alignment controls and additional customization.
Notes:
Status: Solutions provided; no confirmation from the requester yet, so outcome unconfirmed.
Hi everyone,
please can someone help me centre the Featured Collection Title and subtitle text on my homepage to it aligns with my current design? please see the image below for reference.
site URL: www.bundles-online.com
Thanks so much
Milo
yes, please add this code
.collection__title.title-wrapper {text-align: center;}
Please add below css code in bottom of assets/base.css file
#shopify-section-template–15552473628848__1652281412a09249f8 .collection__title {
text-align: center;
}
Thank you.
You can center the Featured Collection title and subtitle by adding a simple CSS rule to your theme (e.g., set the section heading container to text-align: center; in your theme’s CSS or section settings).
To save time, use Iconic Sections for ready-made, easy-to-use sections with built-in alignment controls and lots of customization options.