Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Justadandak,

    A CSS fix should be sufficient for this. If you’re not using a child theme, install a custom CSS editor plugin and add margin-bottom to the video container or a margin-top to the title below the video. To target just the issue in the index page and leave alone the single post page, prefix your selector with .home

    If you post a link to your site I’d be able to be more specific.

    I hope this helps ??

    Thread Starter justadandak

    (@justadandak)

    Really appreciate your guidance Maria, thank you.

    Here’s the link to the website in question with the video in place of the featured image – would you be able to provide the correct code to add into my child theme please?

    Appreciate your time and continued help on this ??

    No problem, here it is:

    .home .featured_video_plus.responsive {
        margin-bottom: 50px;
    }

    Now you just need to place this bit of code in style.css of your child theme and it should work. I added a 50px margin bottom, but you’re free to adjust this value to your liking.

    Any problems keep posting ??

    Thread Starter justadandak

    (@justadandak)

    HUGE thanks for this Maria – really appreciate your time – I’ve changed it to 45px to match the space like in the other titles ??

    You’re very welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Replace Featured Image For Video’ is closed to new replies.