I’d like to have an image in the upper right of the nav bar, but i also want it to shrink like the logo does when scrolling down. How would I accomplish this?
Hi mdecker84!
Thank you for contacting us.
You can follow that process.
Let us know if there is anything else we can do for oyu.
Thanks a lot
Cheers!
Basilis
That works, but the image doesn’t shrink like the logo in the navigation when scrolling down the page. Is that possible?
Hi mdecker84,
You have to add more styles to make you image shrink with the header.
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
I’ve attached the temporary URL in the private content section.
Hi mdecker84,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header.header-scrolled #text-9 img {
height: 40px !important;
}
#header.header-scrolled .widget {
margin-left: 311px;
}
#header .widget {
margin-left: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
That works. Thank you!