css - Padding issues while viewing website with mobile device -


can take @ website , me fix mobile display. more setting , fixing padding , margins.. when view website on iphone mess.

would use css fix issue have researched can't work yet.the main css mobile target below:

@media 

any appreciated.

www.jobspark.ca

@media , (max-width: 640px){     #site > .wrapper, #footer > .wrapper {         margin: 0;         padding: 40px;         width: auto;     } } 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -