Support Forum
The profile pop-up was too large (the bottom not viewable depending on how many lines of, say, bio were written). I noticed that the font size was a little bigger in the pop-up relative to non-pop-up text, did some digging in these forums, found something from a couple of years ago, tried it, and it appears to have solved the problem.
In styles/unified.php, I found this line:
.ui-dialog {
Beneath (in the child theme) I added: font-size: 90%;
I did not change anything else.
Is this the best way to solve the issue?
Thanks!
Hey sportsfan,
Yup that's the way to do it. That will change the font size for all ui-dialog non specific popups. You might find that some other elements such as the watching and subscriptions popups font has also changed size..
If you are happy with this then that's fine, alternatively you can be more specific about what you want changed. For example, in the profile popup you have different sections inside, that are broken down into:
#spMainContainer .spProfileShowBasicSection, #spMainContainer .spProfileShowDetailsSection, #spMainContainer .spProfileShowPhotosSection, #spMainContainer .spProfileShowSignatureSection {
You could technically add a font-size rule under this section, which would leave all the other ui-dialog popups alone, just changing the profile popup.
Up to you really, but thought I'd offer a more specific way of changing just the popup profile!
1 Guest(s)