Text/image links in Header Widget Area not clickable

  • Anonymous

    #49157

    Hi,

    As per the title, text/image links inserted into the Header Widget Area are not clickable. Is anyone else facing this issue, and how may this be solved?

    Thanks.

    Admin

    Syahir Hakim

    #49163

    Please provide a link where this is happening. I suspect it’s the z-index property of the header image link to home page that causes it to cover the widgets inserted into the area.

    Anonymous

    #49166

    Thanks for your quick and comprehensive reply. The problem is confirmed to be the CSS I applied to Header Widget Area. Upon your suggestion I looked into the z-index property and added it to the code, which now looks like this:

    .header-widget {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 1
    }

    I hope its the correct way to place the widget where I want it, i.e. towards the right of the header. If there is a better way, please let me know, thanks. Otherwise, this matter is solved!

    Admin

    Syahir Hakim

    #49167

    Yes, that’s one way to do it. Make sure to you test the view in mobile view as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.