Archived topic
Gap after Element
3 replies · Started by Jorge on March 6, 2020
Viewing posts 1–4 of 4
I have placed an element before the footer. There is a gap that I cannot get rid of even with negative padding. Please advise.
Jorge
Hi there,
Edit this CSS you currently have:
.channelstrip p {
text-align: center;
width: 100%;
height: 95px;
padding-bottom: -40px;
}
to this:
.channelstrip p {
text-align: center;
width: 100%;
height: 95px;
margin-bottom: 0;
}
Awesome. Thank you.
No problem :)
This archived topic is closed to new replies.