Hi there,
I am trying to figure this out. I currently have a large logo on my site and I would like to add a smaller logo to my mobile site. Is this possible?
My site is: http://www.sesinc.ca
Right now, my main logo is 913px x 106px - /images/logo3.png
When I view the site on my cell phone, the logo is very small in portrait view. I would like to replace the logo with a smaller logo - /images//images/smalllogo.png
Is there a way I can add custom coding to the portrait responsive view to do this? Thanks so much for any help you can provide. This is the only thing that I thought of that looks like it works.
.logo_container {
width: 300%;
top: 0px;
left: 0px;
}