Spacing between blocks Impact theme Specifically

Solved

Spacing between blocks Impact theme Specifically

rodula
Visitor
2 0 1

Hi friends,  I would appreciate help on reducing the spacing between Blocks only, not sections, they are fine. There is no base.css file for Impact theme thus why other solutions doesn't work. What to do? I posted my store: rodula.com and what I want it to look like below. Thank you so much for your time and help.

store.jpg

example.jpg

 

  

 

  

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8363 2000 2460

This is an accepted solution.

Hi @rodula 

Is this only for mobile screen? 

If it is 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:

 

@media only screen and (max-width: 749px){
.product-info>*+* {
    margin: 5px 0 !important;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1715786932662.png

Note: You can adjust the margin you like. 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8363 2000 2460

This is an accepted solution.

Hi @rodula 

Is this only for mobile screen? 

If it is 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:

 

@media only screen and (max-width: 749px){
.product-info>*+* {
    margin: 5px 0 !important;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1715786932662.png

Note: You can adjust the margin you like. 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
rodula
Visitor
2 0 1

Oh man! Life savior thank you.

Made4uo-Ribe
Shopify Partner
8363 2000 2460

Welcome! 😊

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.