Shopify Dawn - Vertical Align Text On Featured Product - Desktop

I would like some assistance in getting the text in my featured product section to align vertically in the middle of the box. It aligns to the top, which looks a bit janky given the size of the image. Any assistance would be appreciated.

1 Like

Hey @calmstrips ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

1 Like

the text alignment issue in your featured product section could be fixed with a bit of CSS. You can try applying display: flex and align-items: center to the container of the text, which should center it vertically in relation to the image. Adjusting the padding or margins might also help achieve the desired look. Hopefully, this gets everything looking more balanced!