1. gteigland
  2. Support
  3. Tuesday, February 24 2015, 05:30 PM
Wondering if there was a way to display the registration page with two columns?

For example:
http://awesomescreenshot.com/0d74h7dp4f

to look more like this:
http://awesomescreenshot.com/0374h7e21f
Accepted Answer
admin Accepted Answer
Admin
Hi,
yes because in according with Joomla Registration an Edit profile form we have added a text "* Required field" in first position on registration form.

We have fixed on your site by changing on file gantry-custom.css at line 95 from:
.menu-homepage .control-group:not(.privacy):nth-child(even){clear:both;}
to
.menu-homepage .control-group:not(.privacy):nth-child(odd){clear:both;}
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
you can do this with simple CSS code, add this at your template style
@media(min-width:800px){
.control-group .control-label{display:none}
.control-group .controls{width:auto;margin-left:0px;width:80%}
.control-group{width:50%;float:left;}
.control-group input{width:100%}
.control-group .controls .input-prepend{display: table !important;border-collapse: separate;width:100%;}
.control-group .controls .input-prepend > *{display:table-cell;}
}
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 1
gteigland Accepted Answer
Pro
Wow! You are the best. I cannot wait to write a review for you on Joomla!
  1. more than a month ago
  2. Support
  3. # 2
gteigland Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
Hi,
2 problems
- the first field is a username but it is hidden, we have moved username field in the last position
- we have added also this CSS line at gantry-custom.css
.menu-your-profile legend + .control-group{margin-top:0px}


see now ;)
  1. more than a month ago
  2. Support
  3. # 4
gteigland Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 5
admin Accepted Answer
Admin
Hi,
try to see now we have added other code to file gantry-custom.css
  1. more than a month ago
  2. Support
  3. # 6
gteigland Accepted Answer
Pro
YOU ROCK!
  1. more than a month ago
  2. Support
  3. # 7
gteigland Accepted Answer
Pro
Unfortunately after the update it screwed up my alignment which was fixed before by you. Attached is an image that shows where the code is that is causing this issue. Its basically coming from the title of the group that is the parent to these fields.

Thanks!
  1. more than a month ago
  2. Support
  3. # 8
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.