Hello, how can I remove this white space between my rows? I have tried and tried. Am I missing something?
Thanks 🙂
This topic has 4 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hello, how can I remove this white space between my rows? I have tried and tried. Am I missing something?
Thanks 🙂
Hello,
Please add
.banner {
margin-bottom: 0px;
}
in Theme Options > Custom css > Global custom css.
This default padding for all pages http://prntscr.com/m232dt can be changed by adding this code:
.content-page, .page-content {
padding-bottom: 2em;
}
Regards
Thanks so much. Worked like a charm!
You’re welcome!
Regards
The issue related to '‘White Space Between Rows’' has been successfully resolved, and the topic is now closed for further responses