Check out my WordPress site here:
While everything appears fine in desktop mode, there seems to be an issue in smartphone mode with the header image not being responsive.
Below is the code for the logo:
#header{
background-image: url(http://img15.hostingpics.net/pics/989373manouchekc.png);
background-repeat: no-repeat;
background-position: center;
}
I attempted to add
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
Although this fixed the issue on mobile, the logo now appears oversized in desktop view.