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.
Saranee
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.
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.
What should I change to correct this problem?
Thanks
Try remove the fixed width in that rule block.
E.g.
#branding, #main, #footerMenu ul, #access ul {
/* width: 1000px; */
margin: 0 auto;
}
Thank you. That worked. I really appreciate your help.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.