Hi there! On the product page of the Narrative theme, there is unnecessary white space above and below the product description. I have tried all the solutions given on the Shopify discussion forums, but nothing seems to work. Any help is appreciated! Thanks!
i can’t see your site.
provide preview url
thank you.
To clarify, the problem is on mobile only!
To clarify, the problem is on mobile only!
1 Like
@media only screen and (max-width: 749px){
.product__description {
width: 100%;
margin-top: 0px !important;
}
.product__content {
padding-bottom: 0px !important;
}
}
add this code in theme.scss
Thank you.
This code doesn’t work
do you have another code I could try?
I think you added to wrong place.
I added your code to the bottom of the theme.scss.liquid file. Is this correct?
remove last single bracket. and try new code which i have given.
oh my gosh, it works!!! thank you so much!!! YOU ARE AMAZING!
yes, it’s possible.
@Zworthkey That’s amazing! How can I fix the collection page? Really appreciate the help.
1 Like
@joyce11
Check in Inbox I have message you.
@Zworthkey I replied to you in inbox! thanks!
1 Like
