Tagged: x Author Posts April 7, 2016 at 5:17 pm #872003 Sam WParticipant 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 April 7, 2016 at 9:09 pm #872181 John EzraMember 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! April 8, 2016 at 7:37 am #872715 Sam WParticipant It worked for a minute, then it turned to a smaller gap. April 8, 2016 at 7:30 pm #873523 JadeModerator Hi Sam, Please try this: .page-id-134 #x-section-1 { margin-top: -5px; } Hope this helps. April 9, 2016 at 7:21 am #874053 Sam WParticipant Still no dice. Thanks April 9, 2016 at 10:39 am #874240 ThaiModerator Please try with this CSS: .page-id-134 #x-section-1 { margin-top: -5px !important; } Hope it helps 🙂 April 10, 2016 at 6:43 pm #875679 Sam WParticipant Worked. Thanks April 10, 2016 at 7:29 pm #875710 John EzraMember You’re most welcome! Author Posts