Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter kancur

    (@kancur)

    By changing something in css or so? Thanks

    Thread Starter kancur

    (@kancur)

    I managed to do it by changing all @media resolutions to the desired ones. I’m sure it’s very stupid way of doing it, but it works.

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Changing the media queries *is* the proper way to alter the responsiveness of the theme.

    Thread Starter kancur

    (@kancur)

    Thanks πŸ™‚

    I’ve been trying to do this all evening. Can you post what you changed in more detail please?

    Thread Starter kancur

    (@kancur)

    I just faked it somehow by changing WIDTH to the desired one. I do not recommend doing it this way, there definitely is a way to do it the normal way πŸ™‚

    @media (max-width: 960px) {
    #page {
    width: 1120px;
    }
    @media (max-width: 900px) {
    #page {
    width: 1120px;
    }

    (sorry for late noticing of your post)

    hi kancur i try the same you but not work πŸ™
    my website is: http://www.polinphone.com
    could you tell me clearly thz in advance

    Thread Starter kancur

    (@kancur)

    in css file of the theme, i changed all the resolutions under media queries to the resolution I want… I’m sorry I dont remember clearly what is the name of the css file or so. Just change all the resolutions
    to the one you wish.

    @media (max-width: 960px) {
    #page {
    width: 1120(change this value)px;
    }

    Thread Starter kancur

    (@kancur)

    in css file of the theme, i changed all the resolutions under media queries to the resolution I want… I’m sorry I dont remember clearly what is the name of the css file or so. Just change all the resolutions
    to the one you wish.

    @media (max-width: 960px) {
    #page {
    width: 1120(change this value)px;
    }

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Make theme unresponsive?’ is closed to new replies.