NILAGolf_ Posted April 21, 2014 Share Posted April 21, 2014 Hi there, Is there a way to move that little preview picture in the top horizontal menu? I would like to get it next to the links. Now its under the links and does not look too good there. Thanks, NILA Golf Link to comment Share on other sites More sharing options...
vekia Posted April 21, 2014 Share Posted April 21, 2014 superfish-modified.css change code: .sf-menu > li > ul > li#category-thumbnail { width: 100% !important; float: none; clear: both; overflow: hidden; padding-right: 0; } to: .sf-menu > li > ul > li#category-thumbnail { width: 20%; float: left; /* clear: both; */ overflow: hidden; padding-right: 0; } Link to comment Share on other sites More sharing options...
NILAGolf_ Posted April 22, 2014 Author Share Posted April 22, 2014 Thanks, this worked fine ;o) Link to comment Share on other sites More sharing options...
vekia Posted April 22, 2014 Share Posted April 22, 2014 you're welcome you can of course manage the size of the banner with manipulating of width param for example, instead width: 20%; use width: 60%; i marked topic title as solved. with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts