• Hi,

    I was wondering how I can remove the whitespace where the title would go (I hid it using css)

    Thanks ??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • When I view your site there is no whitespace where the title would have been. I can see you have removed it with display: none so this does not leave empty whitespace.

    An educated guess tells me you may be wanting to remove the whitespace between the header and the main content?

    This can be done by editing the page template and giving the main group block – the one that is wrapping the page title – a top margin of zero. The downside of this is that will also zero out the top margin on other pages that do have a visible page title. An alternative might be to create a new template, name it something like Page No Title, and remove the Post Title block from that template. Then in the page that is set as your front-page you will be able to select this new template instead of the default page template.

    Thread Starter rnmartinez

    (@rnmartinez)

    Hi @uxl es this is exactly it, and I tried your solution (removing the padding or even removing the block with the title completely) and it still does that. Not sure what I am doing wrong.

    On your page template I can see the block layout like this:

    Header
    
    Group block (main)
        -> Group block
            -> Post Title (hidden with CSS)
        -> Entry Content block

    You just need to set the top margin (not padding) of the Group block (main) to zero, and then also set the top margin of the Entry Content block to zero. This should remove the whitespace.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove title whitespace?’ is closed to new replies.