Space below Header in Academica
-
Why is there a block of white space below the header image on my blog? In the theme demo there’s “Welcome to Academica” in that space. But I can’t figure out either how to insert text there or remove the empty space. Is there a field for “column title” somewhere or is it only for static pages?
I’d really appreciate any help!
The blog I need help with is: (visible only to logged in users)
-
The theme’s demo uses a static page as a front page. You can hide that empty space with this CSS code.
.home .column-title { display: none; } -
- The topic ‘Space below Header in Academica’ is closed to new replies.