• I need to change the margin size of my site so that my menus fits

    addmixandstir.com

    if you take a look…..the white area needs to be bigger

    its fine on desktop (mac)

    but on iPads and iphone its really narrow

    i just want it to look like the site on the ipads and iPhones

    please help

Viewing 1 replies (of 1 total)
  • Thread Starter addmixstir

    (@addmixstir)

    Also, i added this to the bottom of my css….

    @media only screen and (device-width: 1200px) {
    /* For general iPad layouts */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1200px) and (orientation:portrait) {
    /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1200px) and (orientation:landscape) {
    /* For landscape layouts only */
    }

Viewing 1 replies (of 1 total)

The topic ‘Content Area Margins’ is closed to new replies.