• Resolved Amazingpunk

    (@amazingpunk)


    Hi there,

    I’m really loving this theme and just wanted to ask a couple of questions, if I may.

    1. There seems to be an excessive amount of space between the header image + menu and page titles. Do I need custom CSS to alter this or is there an option to tweak it?

    2. If I insert a YouTube block into a page or post using this theme, there is a huge amount of space generated. If you take a look at this page and scroll down to the Trailers and Game play heading, you’ll notice a large gap between the header and the video. This happen regardless of where I place a block.

    Thanks very much.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tajam

    (@tajam)

    Hi

    1. Sorry, there is no option to change the space. You can disable the space below header with this css code:

    .site .site-header { padding-bottom: 0 }
    .site-content { padding-top: 0 }

    2. Have you tried using embed block or just simply copy paste the youtube url into the editor? We have tried those and doesn’t have the space problem.

    Thread Starter Amazingpunk

    (@amazingpunk)

    Hi again,

    Thanks for the reply.

    1. No problem. The css had resolved the problem. Thank you.

    2. Yes I tried both methods and played around with other ideas but nothing seemed to work. However, I just found this post: https://wordpress.org/support/topic/huge-space-above-youtube-videos/

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    display: none;
    }

    Than seems to have fixed my issue!

    Muchas gracias!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space issues – Header and YouTube block’ is closed to new replies.