Hi, quick question, how do i make all the content on my product page smaller so it doesnt take up so much space on the screen? It needs to only apply on product page.
Theme: Refresh
Hi, quick question, how do i make all the content on my product page smaller so it doesnt take up so much space on the screen? It needs to only apply on product page.
Theme: Refresh
Hi @Cherry_Moon
Check this one.
.product__info-wrapper.grid__item.product__info-wrapper--extra-padding.scroll-trigger.animate--slide-in {
height: min-content !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Sadly, it didnt work out for me, but when I add color:red to it the text changes so maybe its something with the command.