draugz Posted October 16, 2015 Share Posted October 16, 2015 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. Link to comment Share on other sites More sharing options...
NemoPS Posted October 17, 2015 Share Posted October 17, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now