How can I minimize blank space on my product pages?

How can I minimize blank space on my product pages?

spkhan
Tourist
14 0 2

How do I minimize blank space above and below my drop down menu for all my product pages?

 

How do I minimize blank space above my size chart? (for the slippers)

 

How do I make my size chart smaller? (for slippers)

 

Thanks in advance

Replies 2 (2)

spkhan
Tourist
14 0 2

My website is harmantra.com

Im using the refresh theme

BSS-Commerce
Shopify Partner
3477 463 550

Hi @spkhan 

1. Please explain more with screenshots about the dropdown menu you want.

2. Navigate to Online store > Themes > Edit code. Find the file "base.css", scroll down to the bottom and this code:

@media screen and (min-width: 750px) {
  #shopify-section-template--17951645696308__c2fbf868-03a7-4cc1-ba1c-a685ff198562 .banner__media {
    max-width: 40%!important;
  }
}

3. Adjust the percentage at max-width if you need it to be smaller:

view (33).png

Besides, we don't see much space above to size chart. If you want to remove the blank space below the size chart. Please add this code to base.css:

#shopify-section-template--17951645696308__collapsible-content .collapsible-content,
#shopify-section-template--17951645696308__collapsible-content .collapsible-content__wrapper {
  padding-top: 0px!important;
}

I hope that it will help you solve the issue.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency