![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Now that I got my header up as you can see on my journal, it looks great on PC which is where I mostly use Dreamwidth. But on mobile it's obviously not responsive (the css is, the header isn't).
Is there anything I could do to fix this, or should I rather learn to live with it? hahaha. If this were transmogrified, I know the content and the header would have the same measures when zooming in and out. But for this, since it's customized for mobile viewability, I don't know what I could do. So any input would be appreciated.
Thanks in advance!
Is there anything I could do to fix this, or should I rather learn to live with it? hahaha. If this were transmogrified, I know the content and the header would have the same measures when zooming in and out. But for this, since it's customized for mobile viewability, I don't know what I could do. So any input would be appreciated.
Thanks in advance!
no subject
Date: 2019-12-03 04:30 pm (UTC)#header {
background-size: cover;
width: auto;
background-position: right; }
(you may have to add !important to width and position to get those to register). Alternatively,
background-size: contain
will keep the entire header visible, but you will probably have to do some tricky things with height to not have huge empty borders on mobile - you can see an example with the sidebar image code on https://pinned-together.net/no subject
Date: 2019-12-03 10:41 pm (UTC)no subject
Date: 2019-12-04 01:28 am (UTC)