Bringing back responsiveness to Twenty Eleven
-
A couple of years ago I removed the responsiveness from my site that is built on a child theme of Twenty Eleven. However, now that I realise its value, I would like to bring it back. I added the “Responsive Structure” part in the child theme’s style.css and added the meta viewport line in the header.php. I also have this
#page {
margin: 2em auto;
max-width: 1000px;
}in my style.css. After doing all this, the site still doesn’t seem to be responsive. I don’t want to revert back to the actual Twenty Eleven because I’ve modified the child theme heavily and it would be a pain in the neck to track all the changes. My site is https://www.dandesign.fi. Any help is appreciated!
- The topic ‘Bringing back responsiveness to Twenty Eleven’ is closed to new replies.