New Landing How can we help? Themeforest Theme Support Dante Spacing beneath row

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #295622
    tsimarketing
    Member
    Post count: 267

    Is there a way to remove the padding beneath/between a row? I have attached a screen shot of the padding I am referring to.

    Attachments:
    You must be logged in to view attached files.
    #295667
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us the url of the page where you took the screenshot?
    Thanks

    -Rui

    #295736
    tsimarketing
    Member
    Post count: 267
    #296108
    David Martin – Support
    Moderator
    Post count: 20834

    The plugin you are using, looks like Wistia is setting an explicit height:

    #296270
    tsimarketing
    Member
    Post count: 267

    We are referring to the spacing under the images, the white spacing that I included in the previous screen shot. Is this also found in the HTML?

    #296284
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    yes, that’s what David is talking about. That white space is caused by the Wistia code that sets a height bigger than the size of the image creating that blank area.

    try to add this code to the custom css option

    @media (min-width: 768px){
    .wistia_embed, .wistia_embed * {
        max-width: 100%;
        width: 100%!important;
        height: 100%!important;
    }
    }

    -Rui

    #297049
    tsimarketing
    Member
    Post count: 267

    Thanks! This worked for the top section, but not the other rows. I have included a screenshot of the awkward spacing below the testimonial slider. Is there a way to close the gap between the bottom of the testimonial slider and next row?

    Attachments:
    You must be logged in to view attached files.
    #297410
    David Martin – Support
    Moderator
    Post count: 20834

    Are you referring to this homepage testimonial, or another page?

    #297738
    tsimarketing
    Member
    Post count: 267

    We are refereeing to the same page, tsihealthcare.com/yourstories. Also, when we added this code, it changed all media, we only want it on this page. What type of code needs to be added for the padding to be deleted from the videos on the tsihealthcare.com/yourstories page.

    #297767
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In that case replace my previous code by this one.

    @media (min-width: 768px){
     .page-id-40 .wistia_embed, .page-id-40 .wistia_embed * {
        max-width: 100%;
        width: 100%!important;
        height: 100%!important;
    }
    }

    It will only affect that page.

    -Rui

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.