Hey guys,
I need some help with the spacing of the page title between the header and page title and also between the paragraph and the page title.
Apparently all of the pages I got on my site has this same spacing.
What code should I edit or add on the css to fix this one?
you can check it on my website.
My website: htwopaw.com
password: heafay
Appreciate every help I can get from you guys!!
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hey @Htwopaw312,
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (min-width: 750px){
.section-header { margin-bottom: 0px !important; margin-top: 50px; }
}
Let me know if this works.
Thanks!
User | Count |
---|---|
24 | |
20 | |
17 | |
16 | |
15 |