Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #253689
    maresrmo
    Participant

    I use the block editor, and when I embed videos, there is a large amount of dead-space/padding above it, making the page look empty unless you keep scrolling. It was suggested that it was a theme issue. https://giacarangilivedhere.org/videos/blondie-atomic/
    Mares

    #253721
    Skandha
    Participant

    @maresrmo: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
        padding: 0 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #254045
    maresrmo
    Participant

    Skandha, THANK YOU!!! That was my first “additional css”. Worked great.
    I dont know all the terminology for things…. But now I want the parent page that is labeled “VIDEOS” to be sticky/static/un-clickable, I want the reader to have to choose a video (child page) from the drop down menu. Is that easy?
    I’m so grateful.

    #254054
    Skandha
    Participant

    @maresrmo: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-item-243 > a {
        pointer-events: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #254055
    maresrmo
    Participant

    Skandha, you are my hero! AWESOME! wow
    Thank you thank you
    Mares

    #254057
    Skandha
    Participant

    @maresrmo: Hello Mares, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/photo-journal/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Categories’ is closed to new replies.