Hi!
Some forms are not responsive on my site.
1. AcyMailing subscribe form
2. Mod Login
What can I do?
Thanks before, Adam
Hi Adam,
Could you please give me the site to take a look ?
Thank you
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.