How do I move the text on an image banner upwards to be in the middle of white text box

as you can see on the home page, the text is not centered inside the box. The custom css. is highlighted in the red box

1 Like
display:flex;
justify-content:center;
align-items:center;

Hello @lukafernada please provide store url and password or else you can also use this css in it

Hi @lukafernada

Chekc this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

The store url is cheffings.net

1 Like