Home Forums WoodMart support forum Use Elementor to customize the popup floating button and want to display it on a Reply To: Use Elementor to customize the popup floating button and want to display it on a

#420416

Hello,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for Mobile:

@media (max-width: 768px) {
.class-mobile-box {
  top: 38em !important;
  left: 2em !important;
  -webkit-writing-mode: horizontal-tb !important;
  writing-mode: horizontal-tb !important;
  }
}

Hope this works out for you !

Best Regards.