[ad_1]
Hi Ken,
Sure! It’s because the header widget area container is set to an absolute position. If you try to for example select the telephone number or the email, it’s not possible because there is an overlapping element above them.
This custom CSS will resolve that and will also make the search input working again:
#gk-header-widget .widget_text {
z-index: 10;
}
All the best,
Ernest
Hey Ernest. That worked a treat! Thanks for the quick response!
Ken