• Resolved jorgepecora

    (@jorgepecora)


    Hello: I’m using your beautiful theme Unite, I put a logo in the header larger than 450px, so good on the big screen, but I want to be bailing on smaller screens. In Bootstrap 3 there is a class that makes responsive to all images, is .img-responsive is it possible to use this class in Unite and if it were so, as I do? And if you can not that way, please tell me as you can. Thank you very much, The website is http://complejomalike.com.ar/wp/

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    No need to use that Bootstrap class and you can use this code instead. Add this code to Theme Options – Other – Custom CSS

    .site-branding.col-md-6 {
        width: 100%;
    }
    #logo img {
        max-width: 100%;
        height: auto;
    }
Viewing 1 replies (of 1 total)

The topic ‘Header logo Image responsive’ is closed to new replies.