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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.