Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851840

    gabriellavanrij
    Participant

    I have this odd bit of red space under the YouTube embeds on my homepage. I’m attaching an image of that. Any ideas of how to get rid of it? 🙂

    http://gabriella.global/

    I am running a child version of X 4.3.4 on WP 4.4.2.

    Many thanks!

    #851856

    gabriellavanrij
    Participant

    Oops. My image didn’t upload previously.

    #851931

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-video.embed {
        margin-bottom: 0;
    }
    

    Hope that helps.

    #852008

    gabriellavanrij
    Participant

    That worked! Thanks!

    #852022

    Zeshan
    Member

    You’re welcome! 🙂