- This topic has 5 replies, 2 voices, and was last updated 10 years, 10 months ago by
Cybersnaby.
-
AuthorPosts
-
April 10, 2014 at 6:58 pm #25002
Cybersnaby
ParticipantHi
When I try to add an image or advertisement in the header, using the Header right sidebar widget, it seems to resize the image to a much smaller size no matter what the original dimensions. Can this be changed? Would like it larger ideally.
Thanks.April 10, 2014 at 10:09 pm #25022Sakin
Keymaster@Cybersnaby: Can you post in your site URL with the image. So, that I can check in your image size and how it can be adjusted.
April 11, 2014 at 1:32 am #25046Cybersnaby
ParticipantI have had to take it off because it looks so weird and client site is live. But original image size is about 541px long by 90px wide, yet it is displaying as a fraction of this – just 300px x 57px approx.
I can put it back up briefly if you really need me to…
April 11, 2014 at 1:37 am #25049Cybersnaby
Participantp.s. this still occurs no matter what widget I out there – even the text widget.
April 11, 2014 at 11:56 am #25109Sakin
Keymaster@Cybersnaby: Well I cannot do anything without looking at it. Maybe you can upload in any of your demo site. I can suggest you the css. Can you try following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right { max-width: 541px; } @media screen and (max-width: 560px) { #header-right { max-width: 100%; } }
April 14, 2014 at 1:32 am #25454Cybersnaby
ParticipantHi Sakin,
That worked a treat – thank you very much! -
AuthorPosts
- The topic ‘Image in Header widget’ is closed to new replies.