Bottom Margin in Standard Video Post

Posted in: Newspaper
Post count: 15

If I make a new standard post with a featured image I have this margin between said image and what’s next (ie text)
https://prnt.sc/rfqfkr
If I make a new standard post with a featured video instead I have this margin between said video and what’s next
https://prnt.sc/rfqhc4
I tried setting to 0 the margin of what’s next in the post but I can’t reduce that distance. I tried editing your template also but I didn’t get any result. I don’t have conflicting plugins, I have already deactivated them. How can I fix this problem for all the “video featured” posts in my website?

Post count: 35449

Hi,

Please provide me a link to your post to investigate the situation and I will provide a solution for this.

Than you for your understanding!

Post count: 15
Post count: 35449

Hi,

As I can see this is a single post template from tagDiv Cloud Library, this can be edited using tagDiv Composer like this -> https://i.imgur.com/GxfF8If.png -> https://i.imgur.com/vakzWSk.png

Let me know the results!

Thank you!

Post count: 15

As i wrote in the first post I already tried editing your template without results.
The same template is used for both the “featured image post” and the “featured video post”, in the first case the image has bottom margin “X”, in the second case the video has (visually at least) bottom margin “Y”. Same template, different values.
I want the second margin to also be “X”, can you fix this please?
In your template editor it’s shown as this: https://prnt.sc/rh1r0g but then the result is this: https://prnt.sc/rh1rdc

The only custom code I have in the whole website shouldn’t conflict with this pagination I think, btw here it is:
.td-block-title-wrap {
margin-bottom: -19px;
}
.td-theme-wrap .tdi_146_f8d .block-title {
margin-bottom: -19px;
}

  • This reply was modified 6 years by Otacool.
Post count: 35449

Hi,

Is look that for the featured videos is set an extra margin on the bottom -> https://i.imgur.com/oFtK3Yg.png this can be removed using this custom css -> https://i.imgur.com/tpyhrWI.png
.tdb_single_featured_image .wpb_video_wrapper {
margin-bottom: 0px;
}

Hope this one will help you!
Let me know the results!

Post count: 15

Thank you, that’s exactly what I was looking for

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.