Fixed Widget & Xpro

Hi there,

My website is using Fixed Widget plugin on the blog pages. On mobile for some reason the footer slides over the fixed widget when scrolling down. Because of this on mobile the widget isn’t functional. Is there some piece of css I could add to the footer css or so which could prevent this from happening? I was thinking Z-index but I’ve tried 9998 but can’t get it to work.

The website is: https://www.innotrends.nl/blog - please check this with mobile

Hi there,

Please go to Pro > Launch > Footer and select the footer which you have built. Then select the BAR you added and set the z-index of it to a lower value:

Thank you.

Hi there,

I made the changes, emptied cache but can’t see a difference.

Hi there,

Kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thank you.

Here are the details

Hi,

The login provided doesn’t seem to work.

Kindly check again and let us know.

Thanks

see the right details below - sorry user name was wrong

Hi There,

To fix this issue, please add this custom CSS under X > Theme Options > CSS:

@media (max-width: 979px){
    div#text-4 {
        position: static !important;
        top: 0 !important;
    }

    div#text-4_clone {
        display: none;
    }
}

Hope it helps :slight_smile:

Yes it works - thank you very much…You’ve just made my day!!

1 Like

You’re welcome.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.