badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

true full width for mobile

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39285
    uehara000
    Participant

    hi, I use this theme so happily.
    But there is a problem. I wanted to expand some page like truly full width.
    i searched forum and found the topic. thanks for it, [#main .container {
    max-width: 100%;}] is now working. BUT its not working on mobile.
    how can i deal with this?

    #39297

    Hi Uehara000,

    Please use below Custom CSS code to have the full width for small devices:

    @media only screen and (min-width: 320px) and (max-width: 767px) {
    	#main .container {
    	    width: 96%;
    	    max-width: 96%;
    	}
    }

    Thank you!

    #39370
    uehara000
    Participant

    thanks for the answer first.

    I tried as you said. But it doesnt worked on iphone6 and xperiaz3. I also changed number 100% and 96% and 60%. But width displayed on those device seems always the same.

    Is your code is corrent??

    #39395

    Hi Uehara000,

    We have corrected the above CSS code please use that CSS code.

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.