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: Attitude pro theme too narrow on mobile

#71822

Hi there,

To extend the width of the wrapper/container for mobile devices just go to Appearance -> Customize -> Design Options -> Custom CSS and paste the below custom CSS code.

@media only screen and (max-width: 767px) {
   .one-column-template .wrapper, 
   .wrapper,
   .one-column-template .container,
   .container { 
   	width: 95%; 
   }    
}

Thank you!