[Resolved] Gap after Element

Home Forums Support [Resolved] Gap after Element

Home Forums Support Gap after Element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1187494
    Jorge

    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

    #1187505
    Leo
    Staff
    Customer Support

    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;
    }
    #1188036
    Jorge

    Awesome. Thank you.

    #1188091
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.