Auto Nav behind image

Permalink
This is the websitehttp://www.geroba.be/
When you go over "Cortenstaal" the auto navigation is hided behind the image.
Any idea?
I do not know any html or css....

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi Geroba,

The issue is caused by z-index. The navigation drop-down parent has a lower z-index than the image slider slides.

You can try adding this CSS to your site Custom CSS:
Toolbar > Page Settings (gear icon) > Design > Theme > Customize > Custom CSS gear icon button
header#siteHeader {
    z-index: 10;
}
Geroba replied on at Permalink Reply
Sorry, but when I am in the theme page I can not see the customize button? Only save changes bottom right.
MrKDilkington replied on at Permalink Reply
MrKDilkington
@Geroba

It appears that your site CSS has been updated.
Geroba replied on at Permalink Reply
yes, we found it, many thank again!

2017-01-30 20:21 GMT+01:00 concrete5 Community <discussions@concretecms.com>
: