Hi,
on (hidden link) I customized the header. On home I can’t get figured out how to get the submenu on top of the (test!)slider.
Can you help me?
With kind regards!
Hey Martijn!
In following custom CSS code you have overflow set to hidden, please change it to visible
.home #header_main, .home .social_header #header_main .container, .home #header_main .container {
height: 133px !important;
max-height: 133px !important;
overflow: hidden;
border-bottom: none;
}
Regards,
Yigit
Hi Yigit,
Thanks a lot, I overlooked this!
Nice weekend!
Martijn