Tagged: header, header widget
I’m trying to add a guarantee seal to the right of my menu options on my menu.
I’ve followed the instructions here:
The image is showing up, but it’s not automatically shrinking/ resizing like the rest of the header when someone scrolls. Is there a way to remedy this?
Hey unktehi!
Can you please provide us a link of your web site.
It would need some CSS to be achived, need to see if we can do it or what code needs to be added.
Thanks a lot
Cheers!
Basilis
laughingmormon.mindybollinger.com/shop/
I’ve been playing with the CSS, but can’t seem to find what helps/makes it shrink with the rest of the header.
Hi,
try this code inside of Quick CSS field:
.header-scrolled .textwidget a img {
width: 29px;
}
and adjust as needed.
Best regards,
Andy