How can I put the highlited things to the sides. They are too centered.
8a86ec.myshopify.com
Password: dahcko
Can you be more specific, please?
Hello @MichKev22 ,
To resolve this, you’ll need to make changes to the CSS code of your theme. Here’s how:
- Go to Online Store → Themes → Actions → Edit Code
- click on the “Assets” folder and then click the theme.scss.liquid file
- Add this code at the bottom
.highlighted {
text-align: left;
}
- Or:
.highlighted {
text-align: right;
}
- Save and preview.
Hope this can help.
Regards,
Ali Reviews team.
1 Like
Sorry but it doesn’t work. Perhaps you should be still more detailed. I’m not an expert at all.
