Topic summary
A user seeks to left-align the “You may like” text on their Shopify store (onecap.se).
Solution provided:
- Locate the relevant styling in
style.css - Find the line controlling text alignment for the “You may like” section
- Change the alignment property from
centertoleft
Additional requests:
- How to add a dividing line above the “You may like” text
- How to change the text color to #2E2E2E
Alternative approach suggested:
Another contributor recommends using CSS code targeting .opposing-items__left with text-align: left !important; through the theme’s style.css file.
The initial alignment issue appears resolved, but questions about styling enhancements (border line and color change) remain open.
Hi @OneCap
You need to change something in your style.css.
Open the file and find this line.
![]()
And change the center into Left.
Like this.
![]()
Result:
And dont forget to save the changes.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
How do I make the drawing line, above the text “You may like”, to the color #E2E2E2 ?
Hi @OneCap
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Style.css
.opposing-items__left {
text-align: left !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly

