Hello everyone, I'm facing an issue with my website. I recently updated it from WordPress 3.4.1 and wanted to make it responsive using CSS. Despite trying multiple responsive plugins, none seem to be working. Below is the CSS code I have:
/*
Theme Name: Me 'n Mommy
Author: Webspec Design
Author URI: http://www.webspecdesign.com/
*/
body { font-family: 'Droid Sans', sans-serif; font-size: 13px; background-color: #e1d8af; }
... (CSS code continues)
I've attempted to make my site responsive through various plugins without success. I'm now looking for assistance in achieving responsiveness through CSS. Any help would be greatly appreciated. Thank you.
<?php
... (PHP code continues)
</head>
<body>
<header>
... (Header code continues)