Media query

iPad – 768px x 1024px
iPhone – 320px x 480px

For IE 8-

@media screen and (max-width: 1000px) {
#container{
width : 95%;
}
}
@media screen and (max-width: 760px) {
/* style */
}
@media screen and (max-width: 480px) {…}
@media screen and (max-width: 320px) {…}

@media only screen and (min-device-width: 760px)
and (max-device-width: 1000px){
/* style */
}

or import

live to local..

Add these line in wp-config.php
define(‘WP_HOME’,’http://localhost/wordpress’);
define(‘WP_SITEURL’,’http://localhost/wordpress’);

Coming soon… – thehelvetia

Coming soon Page from thehelvetia.com