Shopify themes, liquid, logos, and UX
Hello
I am using the Broadcast theme and I am wanting to move the location of the text on the mobile view.
I would like the move the text to the bottom of the photo.
Thank you for your help!
Solved! Go to the solution
This is an accepted solution.
Hi @charlotte1992
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
@media (max-width: 768px) {
.hero__content__wrapper.frame__item.align--bottom-left-desktop.align--middle-center-mobile {
align-items: flex-end !important;
}
}
Result
Best,
DaisyVo
Please past this code in the end of theme.css file.
.hero__content__wrapper {
align-items: flex-end !important;
}
Here is how you can find theme.css file.
Go to Shopify Admin > Online Store > Edit Code > theme.css
Results:
TRy this one.
@media only screen and (max-width: 749px){
.hero__content__wrapper .hero__content {
align-self: end !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @charlotte1992
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
@media (max-width: 768px) {
.hero__content__wrapper.frame__item.align--bottom-left-desktop.align--middle-center-mobile {
align-items: flex-end !important;
}
}
Result
Best,
DaisyVo
This worked! Thank you so much!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025