Support Forum
Hey guys, since I installed Reboot I haven't received any PM. Got one today, went in and saw a mess...
Pretty much, the avatars are completely out of whack!
By using Firebug, I found out a CSS code like this:
Suspect perhaps your WP theme CSS might be inhibiting the min-height setting as that should cater for 70px height just fine.
But - if you need to change it then just put it in your child theme CSS file. The whole point of a child theme is that you only put the CSS you need to change in there and this would be a case in point.
YELLOW
SWORDFISH
|
It depends where you put it in the child theme. Having seen a copy of yours then I recall it has ALL of the theme CSS duplicated into it - not just your changes. This means that the original CSS for this is in the child theme file already. If you put your new change in at the top of the file then it will use that but then later on in the file it will be overridden by the supplied CSS. So you would need to add it to the end of the file.
Cleaning out all of the rules that you did not change would still be the best thing to do.
YELLOW
SWORDFISH
|
1 Guest(s)