Please help me with CSS problems appearing with new version
-
Hello, first i want to thank you for such a great plugin! I really appreciate it. Im having a bit of problem when I update to the latest version of your plugin. I am currently running version 1.8.1 becasue of this. The problem im having is when I update the pictures are not being displayed correctly they shrink and have a width of only 50px. In the 1.8.1 version my pictures display in the correct size i want which is 320px. Here is my css for the version 1.8.1 plugin i have installed now
/* TOP 10 PLUGIN */ #top-10{ margin: 0; } .tptn-list{ list-style: none; counter-reset: tptn-list; margin-left: 0; } .tptn-list > li .tptn_link:after { clear:both; content: counter(tptn-list); counter-increment: tptn-list; font-weight: bold; float: left; width: 40px; background: #ffeb36; font-size: 16px; color: #000; position:relative; bottom:247px; text-align: center; -moz-box-shadow: 5px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 5px 4px rgba(0,0,0,0.4); box-shadow: 5px 4px rgba(0,0,0,0.4); } .tptn_link img{ height: 180px; } .tptn_title{ display: block; color: #0077EE; height: 50px; font-size: 18px; font-weight: bold; clear:both; margin-bottom:12px; }
is there anything in the CSS i need to fix for the latest version? I would like to have the latest version installed on my website for security purposes
- The topic ‘Please help me with CSS problems appearing with new version’ is closed to new replies.