make the theme responsive
-
hi, you should make this theme responsive. i did it by using this code:
@media screen and (max-width: 1000px) { #page,#secondary,#header-image,#header-image img,#copy,.entry-content p,.entry-header,.col2,.entry-title,.entry-content,.fright,#footer-widget-area,article,#content { width:95%!important; } .right-sidebar #main { background: none; } }
and also add this to your <head> (in the file header.php):
<meta name="viewport" content="width=device-width, initial-scale=1">
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘make the theme responsive’ is closed to new replies.