How to add long product description in separate scroll box in Dawn Theme?

Hey,

My site is themountpack.com

On my product page, the description is very long and you have to keep scrolling the whole page to get to the review or the other products.

Is there a way to put my description in another scroll “box” thing so if someone wanted to access the review, they don’t have scroll all the way down, and they can just scroll through the description box.

Thanks in advance.

Hello @Ponomarev ,

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hi @Ponomarev
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

themountpack.com no password

themountpack.com no password

@Ponomarev - do you mean something like this?

yes

@Ponomarev - add this css to the very end of your base.css file and check, adjust number 200 as per the need

@media screen and (min-width:750px){
.product__description {max-height: 200px;    overflow: scroll;}
}