Edit virtuemart account - form is not responsive

GK User
Sun Jul 05, 2015 7:57 pm
hello, when a registered user logs in to edit your virtuemart account the form is not responsive.

Horizontal scroll bar appears when I'm on a smartphone in portrait orientation.

I think it could be solved if the field name is displayed above the field where the text is entered, rather than all in one row.

Can you solve it?

regards,
Hernan
User avatar
Senior Boarder

teitbite
Wed Jul 08, 2015 5:48 pm
Hi

This is exactly a responsive solution for tables. It's a standard way of how this should be done on mobile, but if You do not like it there are some additional plugins available which can use different methods.

http://extensions.joomla.org/extensions ... ive-tables
http://extensions.joomla.org/profile/ex ... ing-tables
User avatar
Moderator

GK User
Thu Jul 09, 2015 1:32 am
Could it be the same as when a user account is created? When a user creates a new account from a smartphone, the field label is shown above the field.
That way you can complete the form without horizontal scrolling.

From already thank you!
regards,
Hernan
User avatar
Senior Boarder

teitbite
Sat Jul 11, 2015 9:27 pm
Hi

This particular registration form is located in tables, so different rules apply to it, but You may try and break table structure by adding this to mobile.css:

Code: Select all
td {
display: block;
}


I'm not recommending this because it may cause some damage to the site if You are using more tables in content, but it's a possibility.
User avatar
Moderator


cron