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?

#7200
dev77
Customer

    How do you add the images manually?

    I made a version of the logo which is 320 px width.

    I added the background-image to the style.css under .site-header:

    @media only screen and (max-width: 480px) {
    
    	.site-header {
    		width: 100%;
    		background-image: url(http://surgeonsstory.com/wp/wp-content/uploads/surgeon-header-trans-320.png);
    	}

    But it does not load…. no change. What am I doing wrong?

    Just point me in the right direction.

    Thanks.

    UPDATE
    UPDATE

    I put in a !important and it worked. Don’t know why.

    background-image: url(http://surgeonsstory.com/wp/wp-content/uploads/surgeon-header-trans-320.png) !important;