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*

Reply To: true full width for mobile

#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!