How can I eliminate the blank space at the bottom of my blog post?

Solved

How can I eliminate the blank space at the bottom of my blog post?

ellisbosisio
Excursionist
31 0 0

hi all, 

I would like to remove the black space at the bottom of my blog post pages. Is there anyone that can help me? 

 

example page:

https://vaigustando.it/blogs/i-produttori-di-vaigustando/pat-del-colmel

the site is running under password (vaigustando123)

 

in red what I would like to remove:

Screenshot 2023-03-10 alle 15.07.08.png

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Ellisbosisio,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

.article-main .article__listing{
padding-bottom:0 !important
}
.article__meta{margin-top:0 !important}
.site-pagination:has(.row:empty),.site-pagination:has(.row div:empty){display:none !important}
#shopify-section-template--15774575394999__799bb67e-1697-42ca-ab77-eaac4048d78f h3.heading.weight-600.size-32{margin-top:16px}

 

PageFlyVictor_0-1678458370152.png

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Ellisbosisio,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

.article-main .article__listing{
padding-bottom:0 !important
}
.article__meta{margin-top:0 !important}
.site-pagination:has(.row:empty),.site-pagination:has(.row div:empty){display:none !important}
#shopify-section-template--15774575394999__799bb67e-1697-42ca-ab77-eaac4048d78f h3.heading.weight-600.size-32{margin-top:16px}

 

PageFlyVictor_0-1678458370152.png

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

ellisbosisio
Excursionist
31 0 0

Super! it works perfectly thank you so much

PageFly-Victor
Shopify Partner
7865 1786 3131

You are welcome. I'm glad when I can help you 😍