Jump to content

[SOLVED] change position of thumbnails in Top Horizontal Menu


Recommended Posts

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

×
×
  • Create New...