0
votes

I am building a website using Joomla 3. , i am enabled the user- profile plugin for additional 3 fields, that fields displaying vertically in my registration form, but i want to display horizontally which means side by side,..

How can i make this? any idea please?

2
Have you tried some CSS?Lodder
@Mu Muthukumar Could I see your site?MONZTAAA
sorry i have my site locally..? i tried CSS lot .but still i can'tuser3264844
Well we can't really help as we have no visual to guide you fromLodder
Did you make a detailed override or your use case rather than using the default behavior?Elin

2 Answers

0
votes

The best solution would be to find another extension/plugin for your site which will allow you more options. If you are not able to fix this using CSS (which you should be able to doing it the correct way I believe) you should check out the extensions here:

http://extensions.joomla.org/extensions/clients-a-communities/user-management

This is an extension I have used myself and it works very well:

http://extensions.joomla.org/extensions/clients-a-communities/user-management/25378

Another solution could be to use another template and work the CSS on that template.

0
votes

Simplest solution without using a template override or attempt to over power any existing CSS already attached via the template would be to leverage the included Bootstrap library and use JavaScript to add the class 'form-horizontal' to the form in question.