Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60769
    jamepompey
    Member

    Hi There,
    I’ve managed to get my site looking satisfactory on the mobile devices but it is too narrow on pc’s, mac’s etc. I’m sure it’s very easy to do. I have been putting in custom CSS into the box in the appearance section on wordpress but when I do this it also changes the view on mobile devices. SO how do I do it without affecting the mobiles?

    My site is http://www.chartsandscores.com

    Thank you, you guys are amazing 🙂

    #60833
    Sakin
    Keymaster


    @jamepompey
    : Here goes the css that you can use for bigger screen size. Thanks for your appreciation 🙂

    /* For screen size above 1000px */
    @media screen and (min-width: 1001px) {
        .site {
            width: 80%;
        }
        #primary {
            width: 75%;
        }
        #secondary {
            width: 22%;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change site width without affecting responsive version’ is closed to new replies.