Jump to content

[SOLVED] gaps in blocktopmenu subcategories


Recommended Posts

try to remove clear:left from:
 

@media (min-width: 768px)
.sf-menu > li > ul > li.first-in-line-lg {
clear: left;
}

it's a part of /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

line ~162

Link to comment
Share on other sites

try to remove clear:left from:

 

@media (min-width: 768px)
.sf-menu > li > ul > li.first-in-line-lg {
clear: left;
}

it's a part of /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

line ~162

Now, 3 lines, there are three empty seats. check please:  http://atlon-mebel.ru/

Link to comment
Share on other sites

it will be hard to fix it, in my opinion this default module is coded a little wrong.

each of the category listing there must have the same height, otherwise blocks will be messed up.

the only way to fix it at the moment is a height param for each of the block.

.sf-menu li ul {
	min-height:200px!important
}

but it's not perfect solution. this module (especially css styles) needs modification to display properly on various sizes of category tree

Link to comment
Share on other sites

it will be hard to fix it, in my opinion this default module is coded a little wrong.

each of the category listing there must have the same height, otherwise blocks will be messed up.

the only way to fix it at the moment is a height param for each of the block.

.sf-menu li ul {
	min-height:200px!important
}

but it's not perfect solution. this module (especially css styles) needs modification to display properly on various sizes of category tree

Thank you. You're a genius. Now everything looks neat and beautiful!

post-781129-0-22456100-1399194111_thumb.png

Link to comment
Share on other sites

i think that in nearest future prestashop will release fixes for these kind of problems, then we will not have to deal with css anymore, like now.

 

i marked this topic as solved.

with regards,

Milos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...