Hello, I´m trying to remove this space between banner and footer. I tried do something in code section, but I can´t solve it.
https://four-leggedpets.com/ ..... iarain
Thanks for helping me.
Solved! Go to the solution
Please add the following code at the bottom of your assets/theme.css file.
.site-footer{
margin-top: 0px !important;
}
Hope this works.
Thanks!
This is an accepted solution.
Please remove the old code and put this new code.
.site-footer{
margin-top: -8px !important;
}
Hope this works.
Thanks!
User | Count |
---|---|
811 | |
117 | |
93 | |
87 | |
71 |