Hey,
i want to add some seals like trusted shops with a link on my header. It should appear next to logo right. On scrolling to bottom the seals should automatic resize like the logo.
Hi combra!
You can refer to this post and add a widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
Yigit
Ok done it. Now how to get same behavior like logo by scrolling?
Hey!
I want to check the site but it doesn’t load in my browser: http://www.combra-shop-de/
Is the site down or something?
Best regards,
Ismael
Hey,
website is not public.
Hi!
Please add following code to Quick CSS
.header-scrolled#header .widget {
width: 2%;
}
Best regards,
Yigit
Thanks, that worked!
Last question before we can close this. Is it possible to change image by scrolling?
Hi!
You mean you would like to display a different image when scrolled down? If so, please edit your widget and add two images with custom class as following – http://pastebin.com/2zNcp8iK
And add following code to Quick CSS
.header-scrolled .headimg2, .headimg1 { display: block; }
.header-scrolled .headimg1, .headimg2 { display: none; }
If that is not what you meant, please elaborate
Regards,
Yigit
Thanks, solved.