Changing Profile Text Alignment

How do I change the alignment of text on user's profile pages in dolphin? I'm not a fan of the default center/right alignment of most things int he profile. I'm assuming I'll have to dig through one of the template files, but I really don't know what one. Any help would be greatly appreciated. Thanks. (-:

Quote · 26 Sep 2012

If anyone finds out, please let me know. )-: Thanks.

Quote · 27 Sep 2012

Hello

Looks like you are saying about 'General Info' and the other similar blocks on profile pge. If so, you may find the CSS classes in templates/base/css/forms_adv.css file. Take a look at the following CSS class

.form_advanced_table td.caption {
    padding-right2px;
    padding-top11px;
    text-alignright;
    width35%;
}
If you change it directly in this file it will be applied to all blocks with standard Dolphin's Forms. So, I recommend you to copy the class in templates/base/css/profile.css file and change it there.
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 27 Sep 2012

 

Hello

Looks like you are saying about 'General Info' and the other similar blocks on profile pge. If so, you may find the CSS classes in templates/base/css/forms_adv.css file. Take a look at the following CSS class

.form_advanced_table td.caption {
    padding-right2px;
    padding-top11px;
    text-alignright;
    width35%;
}
If you change it directly in this file it will be applied to all blocks with standard Dolphin's Forms. So, I recommend you to copy the class in templates/base/css/profile.css file and change it there.

 This worked like a charm! Thank you so much! (-:

Quote · 1 Oct 2012

I tried to do this in 7.1, but it doesn't seem to work. Is there any update for this fix?

edit: my cache wasn't cleaning. This edit still works fine.

Quote · 19 Nov 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.