Mailchimp form problem

GK User
Sat Jan 16, 2016 10:45 am
Hi, we've added Mailchimp popup subscription form to homepage and encountered a problem. Form works great, but on small displays (mobile phones and some tablets) the top portion of form gets hidden behind the top menu. How can we place that form on top of everything else?
User avatar
Junior Boarder

teitbite
Tue Jan 19, 2016 1:24 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Fri Jan 22, 2016 3:21 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.mc-modal {
z-index: 100000;
}
User avatar
Moderator

GK User
Mon Jan 25, 2016 9:54 am
Thank you for advice, but it doesn't work. I've added the css you wrote (override is enabled from before), but the top of popup module is still hidden behind the menu.
User avatar
Junior Boarder

teitbite
Mon Feb 01, 2016 11:42 am
Hi

Ok I can see it. It just needs a higher priority:

Code: Select all
.mc-modal {
    z-index: 100000 !important;
}
User avatar
Moderator


cron