I am trying to center my gallery array. I tried:
- margin-left:auto; margin-right:auto
and - margin:0 auto;
and
-text-align:center;
and have had no luck?
Here is the link
Any help is greatly appreciated!
Thanks.
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 your problem:
It is center aligned, but you’ve got left padding on the
ul(30px)Changing this to 0px will center align the gallery:
I’m not sure what implications this will have on other elements, so perhaps create a second class just for the gallery: