oh sorry for that issue can you please share store url
Topic summary
A user seeks help centering the Featured Collections title in Shopify’s SENSE theme, which remains left-aligned despite attempts to modify base.css.
Problem:
- CSS code successfully centered other homepage headlines but not the Featured Collections title
- Initial attempts using
.title-wrapper-with-linkalignment properties failed
Solution Provided:
PageFly-Victor offered working CSS code:
- Navigate to Online Store → Theme → Edit code
- Locate base.css file
- Add the following at bottom:
.title.h2 {
text-align: center !important;
}
Outcome:
The solution successfully resolved the issue. Multiple support representatives from GemPages, ZestardTech, and others requested the store URL to provide assistance, but the PageFly solution worked before additional troubleshooting was needed.