MyBB Community Forums

Full Version: Theme css problem on Chrome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an issue on the css of a skin.
With firefox it's fine, but chrome not support 100% this.

[Image: immaginefsc.png]

How to fix?
Forum site http://bit.ly/nvGSbZ
in global.css .toplinks has width as auto ; make it a fixed eg. 600px AND hard refresh browser

OR you may try it by adding below code at the bottom of global.css
.toplinks {width:600px !important;}
Fixed!!
Omg without "!important;" it weren't working Big Grin