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
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
@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.