Jump to content

How to make Category tree expand to right?


Recommended Posts

Hello! I'm using prestashop 1.6.

The question is how to create category menu which expands to right?

At the moment it expands to bottom, but I'd like to change it. Any advices in how to do that would be very useful.

I've searched the code, but haven't got any ideas so far. 

There is a simple example of how it should works in attachment.

post-1115800-0-98055400-1444980224_thumb.png

Link to comment
Share on other sites

You should be able to do it with css, like setting position: relative to the main elements, and position:absolute for the ul elements contained in it. Then just use left: 100% on it, so that it sticks to the right side, and top:0 so it aligns at the top

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