I want to move this text on this slideshow to the top but I can't figure out how to do it

I want to move this text that I circled to the top so it doesn’t cover the picture.

heres the website: kpopwa.myshopify.com pw:123456789

It’s really a good idea to explore your theme and find out what it can and cannot do.

You are using the Horizon theme.

Click on the Slide section in the theme editor. You will see the setting below:

@Kpop.WA from the Shopify Admin go to your live theme and click on Customize, from there click on the items you want to rearrange and look for Group on the leftmost column

From there look in the settings you have available and update Position to be Top like in this image

Hey,

In order to align the text on the top, you need to follow these steps.

Go to Shopify Admin >> Online Store >> Edit Code >> styles.css

In the end of styles.css file, paste the following code that shared below.

.group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column {
    --vertical-alignment: top !important;
    --vertical-alignment-mobile: top !important;
 }

Results:

Thank you, I’m very new to shopify and this solved my issue.