Okay
  Public Ticket #262447
Different space under featured video
Closed

Comments

  •  3
    Peter started the conversation

    Hi again! Just posted a video and noticed that for some reason the space under the 'featured image' of the video is different from the space under a normal featured image. You can the difference at at the URL above (between the top left post and the rest).

    Can't seem to find the CSS that adjusts this - can you help? Thanks.

    Slowly getting closer to perfection! ;)

  •  8,839
    Tahir replied

    Hey William!

    That is due to the aspect ratio of the video. Please resize your featured images to 940 to 730px .

    All the Best,

    -T


    ThemeNectar Support Team 

  •  3
    Peter replied

    Sorry mate, I don't understand why I would do that - it adds huge black bars to the top and bottom of the video. 529 is the correct height to stay in the same ratio with 940.

    Besides, when I tried it, it didn't change the space between the thumbnail and the title anyway.

  •  1,070
    ThemeNectar replied

    Hey William! Try adding this into the custom css box in the Salient options panel:

    .iframe-embed {
        margin-bottom: 23px;
    }
    

    Cheers

  •  3
    Peter replied

    I'm afraid that didn't work!

  •  1,070
    ThemeNectar replied

    Sorry! I forgot to include the !important on it

    .iframe-embed {
        margin-bottom: 23px!important;
    }
    
  •  3
    Peter replied

    Ahh, good old !important - my custom css is riddled with it ... ;)

    That did it, but - and I could see this coming - there's only one problem, it's changed the space under the blog post video as well:

    eg http://www.orderofgamers.com/second-war-of-the-rin...

    as opposed to

    http://www.orderofgamers.com/dust-tactics-second-edition-v1/

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    .masonry-blog-item .iframe-embed {
        margin-bottom: 23px!important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  3
    Peter replied

    Fantastic, that's it! Many thanks indeed.

    (PS Do I close ticket items or do you?)

  •  8,839
    Tahir replied

    We both can :)


    ThemeNectar Support Team