html - Pointer Event/Hover change size or disable -


when hover on "related articles" section of page - hover effect creates huge red box - there way can make same size article preview or disable if not?

http://insightcxo.com/5-ways-to-increase-profit-this-year/

it works fine on homepage though:

http://insightcxo.com/

cheers!

modify css follows:

.related-item figure {     background-color: #222222;     width: 100%;     height: auto;     position: relative;     background-color: #212121; } 

this make behave one's present in homepage.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -