Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25002
    Cybersnaby
    Participant

    Hi
    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.

    #25022
    Sakin
    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.

    #25046
    Cybersnaby
    Participant

    I 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…

    #25049
    Cybersnaby
    Participant

    p.s. this still occurs no matter what widget I out there – even the text widget.

    #25109
    Sakin
    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%; } }
    #25454
    Cybersnaby
    Participant

    Hi Sakin,
    That worked a treat – thank you very much!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image in Header widget’ is closed to new replies.