Can I make the header fixed?
-
How can I make my header fixed on the Hemingway layout? This is my blog: http://infinitelovefornataliegrace.com/
The header image adjusts to the screen size, and I’d prefer the image to be static regardless of screen width, regardless of screen platform. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
It looks like you can adjust this through the following CSS:
.site-header-image { -webkit-background-size: initial; }However, this messes up how the site displays on mobile devices, which is definitely not optimal.
I would recommend asking your question in our CSS forum here:
https://en.forums.wordpress.com/forum/css-customization
We have some CSS gurus patrolling that forum that will be able to give you a better solution!
- The topic ‘Can I make the header fixed?’ is closed to new replies.