Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #516086

    I inserted a widget button and then realized that you can’t click on the button in the header. (Maybe it’s a layer problem?) Here is the header widget code that I’m using:

    <div class=’avia-button-wrap avia-button-center avia-builder-el-10 el_after_av_textblock el_before_av_hr ‘><span class=’avia_iconbox_title’ >REQUEST DEMO</span></div>

    BTW, the button DOES work under the following:

    1. If I reduce the width of the browser window, it eventually ends up under the hamburger icon and does work.
    2. if i copy the code and paste it in (i.e., duplicate it), the second (lower-most) button does work.

    So, I’m thinking it has something to do with its layer position or maybe a z-index?

    Can you take a look?

    #516264

    Hey barrystrauss,

    It’s z-index yes, please try the following in Quick CSS

    #text-3 {
        z-index: 10000 !important;
    }

    Thanks,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.