Tagged: margins, mobile, optimization
http://dreamillust.com/zerozero_wp/ I added code using custom css. Mobile media query size is applied. However, the left and right margins are still not modified on mobile screens. This is a difficult problem for me, lacking html knowledge. Help!
Hi there,
Just use below custom CSS code to adjust the left and right margins.
@media only screen and (max-width: 767px) .container { width: 90%; max-width: none; } }
Please increase/decrease above digit value 90 according to your needs.
Thank you!
Wow!! Thank you. Problem solved.
Welcome anytime @dreamillust If you have any problem do not hesitate to contact us.