My site is https://www.miroind.com, and I’m using Themeco’s own Content Dock for a simple popup at the bottom of the page. However, when you scroll to the bottom of the page, the popup is overlapped by the Pro footer that I’ve created. This happens with other static elements, such as the Google Recaptcha symbol on our Contact page. Is there a way to allow elements like that to stay above the footer?
Hi Cameron,
Thanks for reaching out.
The z-index of your footers are high and it covers the content dock, it’s either change your footer bar’s z-index lower than 1000, or add this CSS to Theme Options > CSS
.tco-content-dock {
z-index: 109999999999 !important;
}
Hope this helps.
Ahhh very good. Glad it’s an easy fix, thanks for your help!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.