[Support request] Ho can I get rid of this blank space?

Home Forums Support [Support request] Ho can I get rid of this blank space?

Home Forums Support Ho can I get rid of this blank space?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1679466
    stefanie

    Hi there,

    I have a bit of a complicated question. I am using an iframe on my homepage to display a landing page. The problem is I don’t like the way there is a big gap between my header and the landing page. At the moment I have put a title in there called ‘Our Meal Plans’ just because it looks better than having nothing there. This is the space where the page title naturally goes. I had to create a blank page to be able to add the iframe, which is why there is that gap for the title.
    I ultimately want to get rid of that ‘Our Meal Plans’ title because it doesn’t look right, and looks even worse on mobile. Is there a way I can get rid of the title and the gap. Well, I know how to get rid of the title, just not the gap?
    https://zestforever.com/
    Thanks

    #1679476
    Ying
    Staff
    Customer Support

    Hi Stefanie,

    I’m bet google wouldn’t like a site which is hiding its home page title. But if you insist, you could try this CSS to hide the title:

    .home .entry-title {
        display: none;
    }

    Then shrink the top content padding:
    https://docs.generatepress.com/article/content-padding/

    #1679531
    stefanie

    Hi Ying, I didn’t actually think about that! Thank you for the advice. Can you tell me the best way to have a landing page as a homepage without a title. Loads of people do this. Here’s an example of someone I follow who has a landing page as a homepage with no title. Maybe I’m going about it wrong.
    https://cleanfooddirtygirl.com/

    Any advice will be appreciated!

    Thank you so much 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.