How Do I Decrease the Space Shown In The Image?

Solved

How Do I Decrease the Space Shown In The Image?

Simon159
Explorer
115 0 21
Accepted Solution (1)

suyash1
Shopify Partner
9786 1214 1554

This is an accepted solution.

@Simon159 - please add this css to the very end of your base.css file and check

 

.product__description.rte.quick-add-hidden h1 {margin-top: 0 !important;}

 

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 3 (3)

theycallmemakka
Shopify Partner
1661 396 416

Hi @Simon159 ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
.product__description h1,
.product__description p{
    margin: 0px!important;
    
}
</style>

 

Result:

theycallmemakka_0-1704167365080.png

 

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

suyash1
Shopify Partner
9786 1214 1554

This is an accepted solution.

@Simon159 - please add this css to the very end of your base.css file and check

 

.product__description.rte.quick-add-hidden h1 {margin-top: 0 !important;}

 

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

PageFly-Richard
Shopify Partner
4593 1052 1712

Hi @Simon159 


This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.product__description * {
    margin: 0 !important;
}
</style>

Hope this can help you solve the issue

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.