FIX overlapping ADA and FUB widget

 avatar
user_3758723130
css
2 years ago
376 B
14
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...