See here:
The green bar is a container, with 0 padding top and bottom, zero margin. Yet there is a bigger gap at the bottom than there is at the top.
How do I remove this padding? or make it smaller?
See here:
The green bar is a container, with 0 padding top and bottom, zero margin. Yet there is a bigger gap at the bottom than there is at the top.
How do I remove this padding? or make it smaller?
Hi there,
Thanks for writing in! That’s actually the paragraph’s bottom margin, you can fix it by adding the following code in the Theme Options > CSS:
p {
margin: 0;
}
Cheers!
That worked, thanks.
We are delighted to assist you with this.
Cheers!
Sorry to come back to this. I just copied that band, and the space has returned, does it need a different bit of css for that section too?
I fixed it, added it in the row css.
Glad you’ve sorted it out.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.