Jump to content

How to show sub catagoreis menu vertically under Top Horizontal menu ?


Recommended Posts

Thanks VEKIA for your reply,

 

curently under Categories Menu , Sub -Categories coming horizontally .

 

Like when some one clik CAT 1, current disply is

 

CAT 1       CAT2       CAT 3    CAT 4

Sub1 Sub 2 Sub3 Sub4

 

Want to looks like ,when people click CAT1

 

 

CAT 1       CAT2       CAT 3    CAT 4

 

Sub 1

Sub 2

Sub 3

Sub 4

 

I am using default theme of PS 1.6.

 

Kindly help me which line of the code need to be chaged in the superfish (themes/YOUR_THEME/css/modules/blocktopmenu/css/superfish-modified.css).

 

Thansk in advance !!

Link to comment
Share on other sites

  • 5 weeks later...

If you're using the default theme add the following styles in themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css :

#block_top_menu .sf-menu > li > ul {
  width: auto;
  left: initial;
}

#block_top_menu .sf-menu > li > ul > li {
  float: none;
  width: auto;
}
  • Like 1
Link to comment
Share on other sites

 

If you're using the default theme add the following styles in themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css :

#block_top_menu .sf-menu > li > ul {
  width: auto;
  left: initial;
}

#block_top_menu .sf-menu > li > ul > li {
  float: none;
  width: auto;
}

Hi Vekia,

 

As i have a lot of subcategories and it is quite overwhelming to the customer is it possible to show ony the first subcategory and how do i do it?

 

Thank you very much

Link to comment
Share on other sites

  • 1 year later...
  • 4 years later...

Hello, great post, was helpful but works only to 1 subcategory level the sub-subcategory(2nd )subcat. level categories are always displayed.

But want them to be closed and just opening on mouseover.

 

Anybody any ideas ?

 

Thanks !

Link to comment
Share on other sites

  • 2 years later...
On 7/9/2015 at 5:25 PM, gabdara said:

If you're using the default theme add the following styles in themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css :

#block_top_menu .sf-menu > li > ul {
  width: auto;
  left: initial;
}

#block_top_menu .sf-menu > li > ul > li {
  float: none;
  width: auto;
}

Hello, in  themes/default-bootstrap there is only an empty file named .hidden, do I have to create the rest of the files?

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...