Hi,
we are using the standard profile macro to show team members in some of our templates, but the font-size for the profile details (phone, position, etc.) is to large to fit in our layout.
I already figured out that I can change the font-style, line-height, color and so on by changing the css of the class "profile-full", but it won't let me change the font-size.
Why is the font-size the only attribute I can't change?
You have to get the addressing right
table.profile-info.profile-full tbody td {font-size:20pt;}
table.profile-info.profile-full tbody th {font-size:20pt;}
You're right, I messed up the addressing... This works, thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're right, I messed up the addressing... This works, thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.