Advertisement
janusivan

ADA and FUB widget fix

Jun 21st, 2023
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /*FIX overlapping  ADA and FUB widget*/
  2. #global-mobile-contact .buttons-holder{
  3.     bottom:150px;
  4. }
  5. iframe[name="widgetCta"]{
  6.     bottom: 70px!important;
  7.     right: 10px!important;
  8. }
  9. @media only screen and (max-width: 768px) {
  10.   iframe[name='widgetCta'] {
  11.    bottom: 55px!important;
  12.    right: 10px!important;
  13.   }
  14. }
  15. /*END*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement