Making Registration Form 2 columns

More
9 years 8 months ago #73485 by Mark Reynolds
Replied by Mark Reynolds on topic Making Registration Form 2 columns
Thanks Tuan

Thats done

Regards

Mark

Please Log in or Create an account to join the conversation.

  • Truong Tong Quang
  • Offline
  • Junior Member
  • Junior Member
More
9 years 8 months ago - 9 years 8 months ago #73489 by Truong Tong Quang
Replied by Truong Tong Quang on topic Making Registration Form 2 columns
If someone wants to have two columns layout, you can try the solution below:

1. Open the file components/com_osmembership/assets/css/custom.css

2. Add the css code below at the end of file:
Code:
@media (min-width: 1200px) { #osm-singup-page .form-horizontal .control-group { display: inline-block; margin-bottom: 20px; width: 49%; } }

After that, it should work as expected.

Regards,

Tuan
Last edit: 9 years 8 months ago by Tuan Pham Ngoc.
The following user(s) said Thank You: Mark Reynolds, gerrit

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #73517 by Mark Reynolds
Replied by Mark Reynolds on topic Making Registration Form 2 columns
Sorry for the delay Tuan, is was Christmas here :)

Thank you very much fro your time and speedy support - Much appreciated ;)

Regards

Mark

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #73527 by Elliot Block
Replied by Elliot Block on topic Making Registration Form 2 columns
Following the original question, is there any plan to be able to configure multiple pages for the registration form?

Thanks,
E

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #73538 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Making Registration Form 2 columns
Hi Elliot

I am sorry. We don't have a plan for this feature. It is quite complicated to implement and as far as I know,not many customers really need it

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #81112 by arvin
Replied by arvin on topic Making Registration Form 2 columns
how I can use two column registration form with RTL layout?

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago - 9 years 4 months ago #81136 by gerrit
Replied by gerrit on topic Making Registration Form 2 columns
I tried to add this
Code:
@media (min-width: 1200px) { #osm-profile-page .form-horizontal .control-group { display: inline-block; margin-bottom: 20px; width: 49%; } }

To let the profile page also get 2 columms, but without result xd Truong Tong Quang, why doesn't this work?
Last edit: 9 years 4 months ago by gerrit.

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #81422 by gerrit
Replied by gerrit on topic Making Registration Form 2 columns
up

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #81454 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Making Registration Form 2 columns
I think we will have to check it directly on your site. Please submit a support ticket:

1. Sending us super admin account

2. Send us an account which can be used to access to user profile

I will then ask my template developer to look at it directly on your site to see whether we can have a solution

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #83797 by gerrit
Replied by gerrit on topic Making Registration Form 2 columns

Truong Tong Quang wrote: If someone wants to have two columns layout, you can try the solution below:

1. Open the file components/com_osmembership/assets/css/custom.css

2. Add the css code below at the end of file:

Code:
@media (min-width: 1200px) { #osm-singup-page .form-horizontal .control-group { display: inline-block; margin-bottom: 20px; width: 49%; } }

After that, it should work as expected.

Regards,

Tuan


Where can i put this change now?

media/com_osmembership/assets/css/custom.css

don't work

Please Log in or Create an account to join the conversation.