Shopify themes, liquid, logos, and UX
I need some help with this.
I need to move the title on the product page above the image for the mobile view. dawn theme.
Hello @Vladut ,
In Shopify Admin, navigate to "Edit theme code", then open the "base.css" file and add the following code at the end:
@media screen and (max-width: 429px){
.grid--peek.slider .grid__item:first-of-type {
padding-top: 54px !important;
}
.product__title{
margin-top: -74vh !important;
margin-bottom: 62vh !important;
}
.product__title h1{
font-size: 26px !important;
}
}
If I managed to help you then, don't forget to Like it and Mark it as Solution!
It seems this is not working.
The title disappeared after adding the code in the base.css
How did you get it done?
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024