Hi there,
I'm really enjoying the responsive elements of Fusion as a theme but have run into a problem whereby the logo used in the sub theme doesn't resize like the rest of the site when minimizing the browser screen. I am using a new logo, added in the theme Apperance section. Is there something that needs to be added somewhere to force the image to resize. I'm using Adaptive Images on other parts of the site but there isn't a way that I know of to apply an image style to the site logo.
Any help would be appreciated.
Regards,
Dave
Comments
Comment #1
mhamed commentedhi perhaps this can help:
open your home page in Firefox
assuming that you have installed firebug plug-in
and you have control on your theme appearance
right mouse button on the logo image
look at the class of the div that wrap your logo
copy that it may be like this:
.logo-img img{
}
change your style of the .logo image to be
.logo-img img{
width:100%;
}
Comment #2
webkenny commentedDid this solution work for you or do you need additional assistance?