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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -