• Resolved jetpackjack

    (@jetpackjack)


    Hi,

    I’ve followed the directions here under Custom Post Type Template and the template should now be using single-video.php but how can I change this template to include some top padding so it isn’t sitting behind the navigaiton?

    It would be nice to be able to amend this post type in Elementor but I’m not sure if that’s possible. Is there a way I can make an adjustment to these pages?

    Thanks,
    Lyle

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    You should write custom CSS code to style/align the HTML elements. The page URL you have shared with us is private. So, we are not able to check this directly to get you the exact CSS code ??

    Kindly try adding the following CSS code under the “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard,

    .single-aiovg_videos .aiovg {
        padding-top: 30px;
    }

    Hope this solved your issue!

    In case the issue remains, kindly make your video page public for some time. So, we can check this directly and share the exact CSS code.

    Regarding Elementor,

    Unfortunately, our current version doesn’t support Elementor’s “Theme Builder”. But, I promise that our next version can do this. Kindly be patient.

    Thread Starter jetpackjack

    (@jetpackjack)

    Hi, I’ve tried the code but it pulls the entire page down. Can you help me so I can get a gap between the top of the video and the menu?

    Thanks, I’ve opened up the pages:

    https://mcds1.sg-host.com/videos/

    Plugin Contributor wpvideogallery

    (@wpvideogallery)

    I see the following custom CSS code on the page,

    .single-aiovg_videos {
        padding-top: 100px;
    }

    Kindly remove the above code and add the following code instead of that,

    .single-aiovg_videos #content {
        padding-top: 100px;
    }

    Hope this solved your issue!

    Thread Starter jetpackjack

    (@jetpackjack)

    Absolutely perfect, thank you very much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Styling for single-video.php’ is closed to new replies.