1. cpaschen
  2. General
  3. Saturday, June 04 2016, 05:17 AM
I'm trying to change the general layout of my profile form (on edit).
I'd like to have some specific fields be displayed in a 3-column-grid, with others being displayed just 1-across. Like this:

FIELD 1 [_________] FIELD 2 ]______________] FIELD 3 [________________]

FIELD 4 [_____________________________]

FIELD 5 [____________________________________ FIELD 6 ]_________________________]

etc.

I'm not seeing any way to select the entire item (i.e. label and field) specifically.
They are all wrapped in a generic
<div class="control-group">

Is there any way to apply some custom CSS class to these 'control-group's?
So that I can create standard classes to control the display of all 3-column, 2-column, etc. sections?
Or do I have to just use n-th control-group selectors to do this?
And if I use n-th selectors, how can I have different layouts for different tabs (groups)?
admin Accepted Answer
Admin
Is there any way to apply some custom CSS class to these 'control-group's?
This structure come from Joomla edit profile page (Easy Profile extends Joomla user management, not replace). You can works with template override or javascript but this is a bit complex and I think this is a good feature. So in the next release we will include this (classes will be added via Javascript).

You can install this package from next release to fix this.
Attachments (1)
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.