html - Text not displaying proper in chrome but works in FF? -
please check image
in chrome bit.ly/10bybyi can see in ff bit.ly/10bybyi work proper.
i want fix via css, when open debug tool , close without doing change text appear proper.
why happening ? should text slider proper in chrome in ff.
please try this:
we need set max-width property solve chrome issue.
use following css.
.nivo-caption { max-width: 600px!important; min-width: auto!important; display: block!important; }
Comments
Post a Comment