Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このサイトの小さな画面でのレンダリングに問題があります。コンテンツdivがプッシュダウンされます。誰かがこれに対する推奨される解決策を持っていますか?私はいくつかのことを試しましたが、新鮮な視点が必要です。
http://www.ab-mobile-apps.com/wp/rai/
変更してみてください
#page { margin: auto; max-width: 1000px; }
に :
#page { margin: auto; width: 1000px; }