html - Text not displaying proper in chrome but works in FF? -


please check image enter image description here

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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -