Shopify themes, liquid, logos, and UX
How do I make the video large and center on a desktop with the text below it? Right now, the video is on the left, and the text/caption is on the right. The theme is Dawn.
http://notagrownup.net
Solved! Go to the solution
This is an accepted solution.
Hello @Notagrownup
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.custom-video-container .image-with-text__media-item {
width: 51% !important;
}
@media screen and (min-width: 750px) {
.image-with-text__media-item--large + .image-with-text__text-item {
flex-grow: 1;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Please add this code to Custom CSS of that section
.image-with-text__grid { flex-direction: column; }
.image-with-text__media-item,
.image-with-text__text-item { width: 100%; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @Notagrownup
let try to add this custom css to apply this code for desktop only:
@media screen and (min-width: 750px){
.custom-video-container .image-with-text .grid {
flex-direction: column;
}
.custom-video-container .image-with-text__media-item, .custom-video-container .image-with-text__text-item{
width: 100%;
}
}
The result will like:
This is an accepted solution.
Hello @Notagrownup
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.custom-video-container .image-with-text__media-item {
width: 51% !important;
}
@media screen and (min-width: 750px) {
.image-with-text__media-item--large + .image-with-text__text-item {
flex-grow: 1;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This was very helpful, but the text isn't centered. Is that an easy fix?
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