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?
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!
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.
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!