Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1350980

    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

    #1351115

    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

    #1351294

    That works perfect

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Menu Widget are not clickable on small desktop screen sizes’ is closed to new replies.