Dear Kriesi.at Team,
I am wondering if it would be possible to add a “diagonal slider” as you can see e.g. here:
http://www.bvb.de
http://www.vfb-volleyball.de
It would be nice to consider this for future updates!
Manu
Hi Manu!
They are using CSS to rotate the header and the slider, technically you can do the same in Enfold, for example if you are using LayerSlider:
#layer_slider_1 {
-webkit-transform:rotate(-2.8deg);
-moz-transform:rotate(-2.8deg);
-ms-transform:rotate(-2.8deg);
-o-transform:rotate(-2.8deg);
transform:rotate(-2.8deg);
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-o-transform-origin:0 0;
-ms-transform-origin:0 0;
transform-origin:0 0;
margin-left: -150px;
margin-right: -150px;
}
Best regards,
Josue
Hi Josue,
thanks for the quick response! It seems to work, but (only) underneath the graphic i have a white triangle now. Do you have a solution for this?
Regards,
Manu
Hi Manu!
That’s the body element background, you would need to set your background image there too:
body#top {
background: #000000 url(//www.vsg2001.de/wp-content/uploads/body1.jpg) top right no-repeat fixed
}
Regards,
Josue
Thank a lot!
/closed
You are welcome, glad to help :)
Regards,
Josue