Using
<div class="lift:Menu.builder"/>
menu on website is vertically, any ideas because i cant found anywhere, how to make menu across ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is more a CSS question than a Lift question. The HTML produced for the menu looks something like this:
I.e., about as vanilla as possible, so it’s very easy to add some CSS to create a horizontal menu out of the list—see for example the “Horizontal lists” examples on Listamatic.
It would be simplest just to add the CSS code to the header in
src/main/webapp/templates-hidden/default.html, but you could also use your own separate CSS file without too much fuss.