barbour Posted October 4, 2014 Share Posted October 4, 2014 My test stie (no products): http://www.discounttherapyproducts.com Please take a look at my first category "ADL" with the drop down menu. For some reason my thumbnail categories are lining up left to right, instead of at the bottom of the menu. Plus when I add 2 thumbnails, instead of them neatly spaced left to right, they are lining up on top of each other. Any clue on a fix? Thanks Link to comment Share on other sites More sharing options...
barbour Posted October 4, 2014 Author Share Posted October 4, 2014 Code from super fish-modified.css Saw this code for thumbnail cateogry .sf-menu > li > ul > li#category-thumbnail { width: 100% !important; float: none; clear: both; overflow: hidden; padding-right: 0; } .sf-menu > li > ul > li#category-thumbnail > div { float: left; padding-left: 10px; width: 33.333%; } @media (max-width: 479px) { .sf-menu > li > ul > li#category-thumbnail > div { width: 100%; padding-left: 0; padding-top: 10px; text-align: center; } } .sf-menu > li > ul > li#category-thumbnail > div:first-child { padding-left: 0; } .sf-menu > li > ul > li#category-thumbnail > div img { max-width: 100%; display: block; } Link to comment Share on other sites More sharing options...
barbour Posted October 5, 2014 Author Share Posted October 5, 2014 Any ideas? Thanks Link to comment Share on other sites More sharing options...
barbour Posted October 9, 2014 Author Share Posted October 9, 2014 bump Link to comment Share on other sites More sharing options...
titanotam Posted October 9, 2014 Share Posted October 9, 2014 My test stie (no products): http://www.discounttherapyproducts.com Please take a look at my first category "ADL" with the drop down menu. For some reason my thumbnail categories are lining up left to right, instead of at the bottom of the menu. Plus when I add 2 thumbnails, instead of them neatly spaced left to right, they are lining up on top of each other. Any clue on a fix? Thanks Go to: public_html/themes/default-bootstrap/css/modules/blocktopmenu/css Open file superfish-modified.css And add the following code: .sf-menu > li > ul > li.category-thumbnail { width: 100% !important; float: none; clear: both; overflow: hidden; padding-top: 50px; padding-right: 0; } .sf-menu > li > ul > li.category-thumbnail > div { float: left; padding-left: 10px; width: 33.333%; } @media (max-width: 479px) { .sf-menu > li > ul > li.category-thumbnail > div { width: 100%; padding-left: 0; padding-top: 10px; text-align: center; } } .sf-menu > li > ul > li.category-thumbnail > div:first-child { padding-left: 0; } .sf-menu > li > ul > li.category-thumbnail > div img { max-width: 100%; display: block; } right after the .sf-menu > li > ul > li#category-thumbnail {} block Link to comment Share on other sites More sharing options...
feroca Posted October 12, 2014 Share Posted October 12, 2014 Go to: public_html/themes/default-bootstrap/css/modules/blocktopmenu/css Open file superfish-modified.css And add the following code: .sf-menu > li > ul > li.category-thumbnail { width: 100% !important; float: none; clear: both; overflow: hidden; padding-top: 50px; padding-right: 0; } .sf-menu > li > ul > li.category-thumbnail > div { float: left; padding-left: 10px; width: 33.333%; } @media (max-width: 479px) { .sf-menu > li > ul > li.category-thumbnail > div { width: 100%; padding-left: 0; padding-top: 10px; text-align: center; } } .sf-menu > li > ul > li.category-thumbnail > div:first-child { padding-left: 0; } .sf-menu > li > ul > li.category-thumbnail > div img { max-width: 100%; display: block; } right after the .sf-menu > li > ul > li#category-thumbnail {} block It doesn't work for me... www.feroca.com Any help will be appreciated. thanks in advance Link to comment Share on other sites More sharing options...
marboo Posted October 28, 2014 Share Posted October 28, 2014 Bless you titanotam! Had the same problem and this worked like a charm! :-) Link to comment Share on other sites More sharing options...
titanotam Posted October 29, 2014 Share Posted October 29, 2014 Bless you titanotam! Had the same problem and this worked like a charm! :-) You're welcome mate, i'm happy with your happy Link to comment Share on other sites More sharing options...
Recommended Posts