Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872003

    Sam W
    Participant

    My site, http://www.diversify-newyork.org/about/
    I am trying to eliminate the white gap between the iframe image and text box to no avail.

    Thanks

    #872181

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .page-id-134 p:first-child {
        margin-bottom: -5px;
    }

    Hope this helps – thanks!

    #872715

    Sam W
    Participant

    It worked for a minute, then it turned to a smaller gap.

    #873523

    Jade
    Moderator

    Hi Sam,

    Please try this:

    .page-id-134 #x-section-1 {
        margin-top: -5px;
    }

    Hope this helps.

    #874053

    Sam W
    Participant

    Still no dice.

    Thanks

    #874240

    Thai
    Moderator

    Please try with this CSS:

    .page-id-134 #x-section-1 {
        margin-top: -5px !important;
    }

    Hope it helps 🙂

    #875679

    Sam W
    Participant

    Worked.

    Thanks

    #875710

    John Ezra
    Member

    You’re most welcome!