Join us March 21 for an AMA on planning your 2023 marketing budget with 2H Media co-owners, Matt and Aron

NEED HELP Removing whitespace below text

Solved
ggrahameweb
Tourist
7 0 5

Hi i am wondering how can i edit the html in the prestige theme to remove whitespace below the text "submit your blog here". See the image attach

https://t360sport.com/blogs/community

Screenshot 2021-04-13 at 23.20.40.png

Accepted Solution (1)

Accepted Solutions
dmwwebartisan
Shopify Partner
11322 2417 3481

This is an accepted solution.

@ggrahameweb 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

@media screen and (min-width: 1008px){
.template-blog .SectionHeader:not(:only-child) { margin-bottom: 0px !important;}
}
@media screen and (min-width: 641px){
.template-blog .PageHeader { margin: 0px !important; }
}

 

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)
chong
Excursionist
33 1 3

Hi, do you want the excess space to be centered like this or completely removed.

Capture.JPG

dmwwebartisan
Shopify Partner
11322 2417 3481

This is an accepted solution.

@ggrahameweb 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

@media screen and (min-width: 1008px){
.template-blog .SectionHeader:not(:only-child) { margin-bottom: 0px !important;}
}
@media screen and (min-width: 641px){
.template-blog .PageHeader { margin: 0px !important; }
}

 

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
ggrahameweb
Tourist
7 0 5

Yes this worked! Thank you so much.

ggrahameweb
Tourist
7 0 5

Hi this is has now been solved, thank you though!