On my site – http://balrajt9.sg-host.com/- on the top right I am using a widget area with two links GET INVOLVED and CONTACT US
On large desktop browsers, you can hover over them and click on them but on small desktop browsers such as 13 inch, they are not clickable or hoverable
Thanks
Hey navindesigns,
Thank you for the inquiry.
The widget gets covered by the main navigation on smaller screens. Try to adjust the z-index value of the header widget.
#top #header #header_main .widget {
z-index: 1000;
}
Best regards,
Ismael
That works perfect
thanks!