Home › Forums › Support › WT Antique - Responsive form problem › Reply To: WT Antique - Responsive form problem
Posted 5 years, 5 months ago
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 ?