Hi there. Is it possible to set the site to a fixed width? I have a feeling it’s a simple fix, but I’m not sure where to start.
Any help is appreciated.
-www.iamagetawaygirl.com
You need to:
1. Remove <meta name=”viewport” content=”width=device-width”> from header.php
2. Change max-width from #wrapper to width in style.css
3. Remove all @media rules from style.css
thanks, daniel! i think i got it.