• Resolved hammar

    (@hammar)


    i have kept theme width 80% .it is good for desktop .but it showing mobile also 80% ,whereas i need 100% in mobile.is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    add to custom css

    @media only screen and (min-width:200px) and (max-width:770px){ 
    footer .innerwrap, 
    header .innerwrap, 
    .innerwrap-custom-header, 
    #bodywrap, 
    #main-navigation .innerwrap {
    width:100%; max-width: 100%;
    }  
    }
    Thread Starter hammar

    (@hammar)

    thanks dear.working exactly as like

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘width adjusting for desktop and mobile’ is closed to new replies.