Hi
I want to shrink my logo when the page is scrolled, however I don’t want the header or anything else to move when the page is scrolled.
Currently shrinking header is selected in the theme options but this also shrinks the header and moves the menu up as well as shrinking the logo.
Thanks
Hey Bluehoop,
Please, I’d like that you provide your website link.
Best regards,
John Torvik
Hi Bluehoop,
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
#top #header_main > .container{
height: 65px !important;
line-height: 65px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Yes thank worked. Thank you very much for your help