FIX overlapping ADA and FUB widget
user_3758723130
css
3 years ago
376 B
16
Indexable
/*FIX overlapping ADA and FUB widget*/
body>div.mobile-contact-wrapper .mobile-contact.with-search div.buttons-holder{
bottom:150px;
}
@media only screen and (max-width: 768px) {
iframe[name='widgetCta'] {
bottom: 55px!important;
right: 10px!important;
}
}
iframe[name="widgetCta"]{
bottom: 50px!important;
right: 15px!important;
}
/*END*/Editor is loading...