Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1165008

    Hello,

    On the page below there is a little bit of padding underneath the videos, I’m trying to figure out to remove it so that there is no white space between the video and the image underneath, I’ve played around with all the padding settings but I can’t figure it out.

    Thanks!

    #1165115

    Hey B,

    Please try the following in Quick CSS under Enfold->General Styling:

    #colour .content {
        padding-top: 0 !important;
    }

    Best regards,
    Rikard

    #1165355

    Hi Rikard, I’ve added the CSS and I can see that its removed the padding around the colour sections that have a video set as the background, but for the video blocks there is still padding underneath them and the colour section below

    #1166325

    Hi,

    Thank you for the update.

    There is a 20px margin at the bottom of the video wrap. You can use this css code to remove it.

    .avia-video, .avia-iframe-wrap {
    	margin-bottom: 0;
    }

    Best regards,
    Ismael

    #1166576

    Hi Ismael, I’ve added the CSS and cleared my cache but I’m still seeing padding at the bottom of that video?

    #1166578

    I just realised I had a minimum height set for that grid row, now that it’s been removed the padding has gone as well. Thanks for your help!

    #1166703

    Hi,

    Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1167017

    Thanks Rikard this thread can be closed

    #1167155

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘remove padding’ is closed to new replies.