The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Error in mobile ver...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Error in mobile version

3 Posts
2 Users
0 Reactions
1,219 Views
Posts: 3
Topic starter
(@concorda)
Active Member
Joined: 3 years ago

In the form, I added a field with consent to the privacy policy.
In the mobile version (when the screen width is less than 600 px), fields

Screenshot 9

overlap. See screenshot. How to fix it?

2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @concorda,

use the CSS soultion below:

@media screen and (max-width: 600px){
   .wpd-form-col-right {
      padding-top: 65px !important;
   }
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Also, please try on incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

Posts: 3
Topic starter
(@concorda)
Active Member
Joined: 3 years ago

Ok. Thanks.

Share: