My avatar is showing at full size rather than the normal little miniature version. Have tried on three different browsers on two different devices and it shows at full size on everything.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
.whovisitedthistopic-avatar {
width: 20px !important;
height: 20px !important;
}
.whovisitedthistopic-avatar img {
max-height: 20px !important;
max-width: 20px !important;
}
.whovisitedthistopic-avatar img:hover {
max-height:100px !important;
max-width:100px !important;
}
All the avatar sizes are set to 20px X 20px until you hover over one. Then it sizes to a max size of 100px X 100px.
Either your whovisitedthistopic.css isn't loading or...
You have some other css that's over riding these sizes. In this case using !important should fix that if the whovisitedthistopic.css is loading.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
Be yourself, except if you're stupid, then it is better that you be another one.
I♥Amiga - www.WinUAEspanol.com I know, my english is very bad, sorry...
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array