Image in Navigation responsive

Permalink
hello,
I'd like to replace the company name in the navigation bar with their logo but the image is not scaling / responsive.

cpc-edge.com

Thanks!

 
hutman replied on at Permalink Reply
hutman
The logo in the top left of this site appears to be working fine. Is that the logo you are talking about or something else?
edbeeny replied on at Permalink Reply
edbeeny
..or is this the image EDGE
There is no mobile css on the background image you have the image fixed at 1440 x 900

You will need to add a smaller image and add something like

@media only screen and (max-device-width: 480px) {
.ccm-custom-style-slide1.full-height {
background-image: url('to smaller image');
}