Mobile layout no longer working

My wordpress site no longer works on mobile devices. It is all over the place. It use to work. Can anyone tell me why the layout no longer works on my cell phone? Any help would be greatly appreciated.

http://amgardenclub.com/

Saranee

#branding, #main, #footerMenu ul, #access ul {
    width: 1000px;
    margin: 0 auto;
}

A fixed width of 1000px isn’t going to fit on your phone. smile

3 Likes

What should I change to correct this problem?

Thanks

Try remove the fixed width in that rule block. :wink:

E.g.

#branding, #main, #footerMenu ul, #access ul {
/*  width: 1000px; */
    margin: 0 auto;
}
1 Like

Thank you. That worked. I really appreciate your help.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.