Reply To: WT Antique - Responsive form problem

Home Forums Support WT Antique - Responsive form problem Reply To: WT Antique - Responsive form problem


Just add the css code below

@media (max-width: 768px) {
  .acymailing_module_form td {
    display: inline-block;
  }

}
@media (max-width: 767px) {
  .acymailing_fulldiv tr, .acymailing_fulldiv td {
    padding: 0 !important;
  }
}

into custom.css file.
About login form, I couldn’t see it, where’s it ?