I have a couple of themes I added to my forum the other day. Both had the username in the postbit set so large it threw everything out of sync. So, I dug around and found out how to resize it by adding this code:
Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> CSS Templates -> additional.css
Code:
.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
font-size: XXpx;
}
xx being font size
Well, it worked perfectly in one theme...so all is well, but on another theme when I put the code in (exact same place), it made the Search button on the home page jump over to the left, and sit on top of Private Messages.
I can't figure out why, or how to fix it.
Any ideas?
--------------- Added [DATE]1340039872[/DATE] at [TIME]1340039872[/TIME] ---------------
Does anyone know how I can get the Search button moved back to the right of the Home page?