I have a site running eleven40 theme and ive deigned a backgound image for it.But it killed my sites responsiveness.
So, ive removed that header and reverted back to the default one.
Can anyone pls tell me the css code to make ir responsive?
This the code which im using right now
Site Header
—————————————————————————————————- */
.site-header {
background: url(images/texture.png);
min-height: 65px;
position: fixed;
width: 100%;
z-index: 999;
}
By the way, my site is based on How to Run Android apps on PC
Reply