WT Antique - Responsive form problem

Home Forums Support WT Antique - Responsive form problem


Hi!

Some forms are not responsive on my site.

1. AcyMailing subscribe form
2. Mod Login

What can I do?

Thanks before, Adam

https://i.imgur.com/JOdTObO.jpg


Hi Adam,
Could you please give me the site to take a look ?
Thank you


This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.

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 ?


Hi Brian!

Acy is work
J! Login modul = It is possible that if you set up the page online on backend, and then visit as a guest.

Thanks before!
Adam


!!!notification: Visit guest status menu item name: Ügyfélkapu, but logged in status, display none.


Its a problem with your padding settings for the element, see https://imgur.com/g45URuM
You can click the “laptop” icon to change/remove the padding for mobile/tablet devices to solve the issue with login form


Hi!

Solved! Thanks your instructions!
Many thanks!

Adam


You’re welcome

You must be logged in to reply to this topic.