Quantcast
Viewing all articles
Browse latest Browse all 22091

shinjing on "Zion theme Logo resize to be responsive"

Hi Pchhetri,

To fix your logo responsive problem, you can add this code to your child theme style.css file:

@media (max-width: 977px) {
    #logo {

        width: 100%;
    }
    }

Viewing all articles
Browse latest Browse all 22091

Trending Articles