galsterer 0 Report post Posted March 1, 2011 Hi, hope someone can help me. I have a problem with a plugin I really like, the WP Sequence Viewer. It worked great until I updated to 1.3. Now the viewer is only 10px wide, some strange CSS, I can't find out where it comes from, does that: element.style{ display:inline; height:7px; width:10px; } Does anyone know what to do? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 1, 2011 Can I get a link and point me to where the plugin is? Thanks, Bryan Share this post Link to post Share on other sites
galsterer 0 Report post Posted March 1, 2011 Thank you for your answer: One example: http://galsterer.net/wordpress/2008/05/11/kiss-alive35/ It's direcly at the beginning of the text. Share this post Link to post Share on other sites
Kate 3 Report post Posted March 1, 2011 Hi Bernd - Is there an option for that plugin to specify the height/width of the images? I would check that first. If there's not, you could always add some custom CSS. Something like this: .seq_viewer{height:170px !important;width:170px !important;} .seq_viewer img{height:170px !important;width:170px !important;} Share this post Link to post Share on other sites
galsterer 0 Report post Posted March 1, 2011 Thank you, there is a default width in the plugins options, but that was allready set. With the custom CSS it works like a charme! I cant change the size of one separate Sequence Viewer, but that is not so important. Once again, thank you very much! Share this post Link to post Share on other sites