I am playing around with this jquery mega menu plugin and all of the examples has the menu starting on the left side of the screen.
Is there any way to have this centered so if i have a wide monitor, it will show up in the center horizontally.
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.
By editing the CSS you can restyle it to “float” in the middle. I tested this using firebug on the example linked site. I had to override the
widthproperty from100%to a fixed width, and then add themargin: 0 auto. Theautois the magic to allow it to center itself for a fluid design.If you provide an example of your own markup implementing this design we can help you tailor it a little more specifically. Take a look at jsfiddle