Hi,
I added a widget in the header with some text (http://www.screencast.com/t/7ra59GgnBaXQ).
When I scroll the page, the header sticks and shrinks a little bit, but the text in the widget doesn’t shrink with it. It stays at the same place (http://www.screencast.com/t/cYMxtPJ3M).
I want the text to change with the header or to disappear when you scroll the page.
Is this possible?
Thanks, Sophia
Hey Sophia,
Looks like you are on local host? If not then please post a link to your site so that we can have a look at it. You could try this in Quick CSS to see if you have any luck with it:
#header.header-scrolled .widget {
display:none;
}
Best regards,
Rikard
Hi Rikard,
Yes, the website is on a local host, but with this CSS code it works just fine.
I tried something like that, but in the wrong order. That doesn’t work ;)
This is!
Thank you very much!
Sophia
Hi!
We are happy we could solve it out Sophia!
Please feel free to let us know what else we could do for you!
Thanks a lot
Best regards,
Basilis