Auto-resizing header
-
Currently I have managed to have it so that my header shrinks/expands to the window size on the home screen. However, I have noticed that on individual posts, archives, and pages, the header does not resize and gets cut off. How can I work the CSS magic to fix this problem?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, remove the .home-header class from your background-size rule, like this:
#header { background-size: 100% 100% !important; }
- The topic ‘Auto-resizing header’ is closed to new replies.