Reply To: Why is .site-header width set to 90% in new version of Legacy?

Homepage Community Forums Legacy Theme Support Why is .site-header width set to 90% in new version of Legacy? Reply To: Why is .site-header width set to 90% in new version of Legacy?

#7162
dev77
Customer

    I did exactly as you suggested… created a .png transparent logo (just text) and put it in the header-wrap using a a purple color code. Is that what you suggested? Or did you want me to use .site-header class?

     
     .site-header, #header {
    
    background-image: url(http://surgeonsstory.com/wp/wp-content/uploads/surgeon-header-trans.png);
    background-repeat: no-repeat;
     margin: 0px; 
    }
    
    #head-wrap {
    background-color: #290A58;
    }
    

    Worked fine. It is not responsive, I thought I could fix it with the Genesis Responsive Header plugin but no go. Any idea how to get this to be responsive? It is only a couple of hundred px wide. Should not get cut off when screen is small.

    Al