PDA

View Full Version : How to line up information in user profile fields?


goxy63
06-26-2014, 12:35 PM
Hi

I would like to line up information in user profile fields:

For example now its like this:
Location:
New York

And I want it like this:
Loation: New York

Same as some other parts in profile fields are already lined up nicely, looks like only custom profile fields are not

Can someone tell me where is that template and how to edit it?
Not sure why by default (if it is by default) like this as its a mess and I believe its nothing complicated to fix

Thank you

Lynne
06-26-2014, 07:30 PM
Most likely it's a CSS issue, not a template issue. When dealing with CSS issues, it is impossible to tell what is going on from just an image. It is easier to use a tool like firebug to view the CSS and see what is happening. So, can you please supply a link and a test username/password, if needed, to see the problem.

goxy63
06-26-2014, 08:49 PM
Sent you a link by pm....and in just 2-3min all done :)

All working just great now :)

Thank you Lynne, I am sure without your help I would not fix this

For all others that might have same problem I will post code I used provided by Lynne...so you can try it out and see will it help you

Add this code in "aditional CSS":

.subsection .userprof_content dd {clear: right; float: left; display: inline;}

.subsection .userprof_content dt {clear: right; display: block; float: left; width: 250px;}

.subsection .userprof_content {padding-bottom: 20px;}

tbworld
06-26-2014, 09:06 PM
Sent you a link by pm....and in just 2-3min all done :)

All working just great now :)

Thank you Lynne, I am sure without your help I would not fix this


Yep, besides her being gracious in helping, shes talented! Thanks for thanking her. :)