Hi, how do I make the image in the header_bottom position responsive.
I have a 1260px witdh image that I need to make responsive in that position, but adding class="img-responsive" to it does nothing.
Is there any way to do this?
thanks
.responsiveImage img {
max-width: 100%;
}
