Make the theme not rezisable

Viewing 8 posts - 1 through 8 (of 8 total)
  • #5121
    ZeuseR
    Participant

    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

    #5142
    Daniel Tara
    Keymaster

    In style.css for the body tag replace the max-width rule with width

    #5153
    ZeuseR
    Participant

    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.

    #5159
    Daniel Tara
    Keymaster

    Sorry, not for the body tag, I meant the #wrapper tag. There’s no way the content could resize if you change that.

    #5170
    ZeuseR
    Participant

    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

    #5174
    Daniel Tara
    Keymaster

    Try increasing the width value by just a couple of pixels.

    #5421
    sept7th
    Participant

    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?

    #5422
    sept7th
    Participant

    Nevermind, I changed the @media screen (max-width) to width and it worked.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.