What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I resize content on my product page to save screen space?

How can I resize content on my product page to save screen space?

Cherry_Moon
Excursionist
16 0 3

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.

Cherry_Moon_0-1701973494369.png

Theme: Refresh

Site: https://niedladyktatury.pl

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9159 2183 2699

Hi @Cherry_Moon 

Check this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product__info-wrapper.grid__item.product__info-wrapper--extra-padding.scroll-trigger.animate--slide-in {
    height: min-content !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1701974709869.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Cherry_Moon
Excursionist
16 0 3

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.