• dubzzdigital

    (@dubzzdigital)


    Hi
    I would like #column1 on the home page to span the width of the page in portrait view on an ipad. I have tried the css

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #column1 {width:100%;}
    }

    Appreciate help. Thanks.

  • The topic ‘css portrait version styling of home page column1’ is closed to new replies.