Blog article page – how do I remove the big white space between the heading and the content bellow

Solved

Blog article page – how do I remove the big white space between the heading and the content bellow

Lucie_Floriemi
Visitor
3 0 2

Hi,

 

I am wondering how I can remove or adjust the big white space between the heading and the following content of the article. It is annoying both on desktop and mobile.

Lucie_Floriemi_0-1720794704177.png

 

Our e-shop: www.floriemi.cz

Our theme: Broadcast

My IT knowledge: Zero. Just was lucky to adjust the theme after selfstudying.

 

Thank you for any tips and tricks:-)

 

Lucie

Accepted Solutions (2)

BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

- Here is the solution for you @Lucie_Floriemi 
- Please follow these steps:

step.png

- Then find the theme .css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.article__hero {
padding-bottom: 0px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1720795195775.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Made4uo-Ribe
Shopify Partner
10048 2390 3017

This is an accepted solution.

Hi @Lucie_Floriemi 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.

 

.article__hero.text-center {
    padding-bottom: 0 !important;
}

 

  • And Save. 
  • result:
  • Made4uoRibe_0-1720795209916.png

    Let me know if its not enough. Thanks!

 

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.

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

- Here is the solution for you @Lucie_Floriemi 
- Please follow these steps:

step.png

- Then find the theme .css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.article__hero {
padding-bottom: 0px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1720795195775.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Lucie_Floriemi
Visitor
3 0 2

Thank you, fixed:-)

Made4uo-Ribe
Shopify Partner
10048 2390 3017

This is an accepted solution.

Hi @Lucie_Floriemi 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.

 

.article__hero.text-center {
    padding-bottom: 0 !important;
}

 

  • And Save. 
  • result:
  • Made4uoRibe_0-1720795209916.png

    Let me know if its not enough. Thanks!

 

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.