Hi @wallendorf
this is possible with CSS.
Have a look here:
http://laythemeforum.com/topic/1879/fadein-images-on-hovering-a-certain-class/2
Also I remember that I answered this question a couple of times here in the forum.
You can have a search in the forum.
Best!
Marius
Dear @Tino
try this:
.burger {
left: 20px;
}
You can inspect the website with a right click in your browser. Then you can see more options to make changes.
Best!
Marius
Dear @JFA
ok. I see the point.
Because in the Gridder you define the width of the image – it is not possible to scale it smaller. Because then the layout would need to change.
You can try to use the CUSTOM CSS like this:
.img img {
height: 100vh;
object-fit: contain;
}
Best!
Marius
Dear @erponserpons
create a second menu and add this to your CUSTOM CSS:
.laynav.second_menu {
background: green;
padding: 20px;
bottom: 0px;
width: 100%;
left: 0px;
}
Then you can play around with it.
Best!
Marius
Pace is not longe available, but this plugin works just as well!
https://de.wordpress.org/plugins/loading-bar/
(color customisation settings -> general)