How can I make the theme not resizable?
I want the theme doesnt change when I adjust the size of the browser, is it posible?
Thanks
In style.css for the body
tag replace the max-width
rule with width
I already done that, but when I decrease the windows size the sidebar is going to the bottom of the page. I just want to keep all things static.
Sorry, not for the body
tag, I meant the #wrapper
tag. There’s no way the content could resize if you change that.
Daniel, first of all, thanks for answering
When I replace max-width with width in #wrapper the hole page doesn’t rezise BUT the sidebar keep going to the buttom
Try increasing the width value by just a couple of pixels.
Hello, I’m also trying to keep the theme unresponsive. I’ve replaced max-width with width in the #wrapper tag, but the site still seems to respond to resizing the browser. What could I be doing wrong?
Nevermind, I changed the @media screen (max-width) to width and it worked.