How to remove spacing on product description

Hi,

I am using the Electro 7.0 theme on my store. I am having a problem. The product description has unnecessary spacing on theme. I have checked the spacing on my product description in Shopify and it’s just how I wrote it.

Please help me in eliminating the spacing from my product description. For your reference here is my store link: https://www.uk-mobilestore.co.uk/products/official-samsung-galaxy-a12-slim-case-black?variant=32343630708830

1 Like

Hello @ukmobilestore

Welcome to the Shopify community!

This is Jay from Oakleaf Infoway. I would love to help you with the same.

If you wish to hire me, you can reach me anytime here is my official email Id: jay@oakleafinfoway.com

Thanks

Dear @ukmobilestore

Hope the following suggestions will help you

  • From your Shopify admin, go to Online Store > themes
  • Locate your current theme and then click Actions > Edit code
  • After that in the Assets folder, click to open your theme.scss.liquid file
  • Go to the very bottom of this file and paste the following code (You can change the color code yourself
/* Start */
.templateProduct .tab-content p { margin-bottom: 28px !important; }
/* End*/
  • Ensure that the code was copied exactly from this guide and pasted correctly, making sure no characters or symbols are missing.
  • Save and check your theme by refreshing it.