Low resolution – header

  • Unknown's avatar

    Hi!

    I am losing a lot in resolution and there is distortion in my uploaded header. Anyone can help?

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Sight requires 580x150px header images. The URL of your image says “cropped-headerwp2.jpg”, so the image you created and uploaded wasn’t in the right dimensions.

    But inserting such text as an image isn’t good practice anyway. If you don’t want all that as your tagline, why don’t you add it in a Text widget at the top of the sidebar?
    And even if you don’t want it in the sidebar, it’s probably possible to reposition the Text widget via CSS editing.

  • Unknown's avatar

    Yes! I would like to insert it at the top, in grey colour. Can you help with the css code?

  • Unknown's avatar

    In my opinion the right place for such a text is the sidebar, not the header, but anyway start with this:

    .site {
        position: relative;
    }
    #text-2 {
        font-size: 80%;
        position: absolute;
        left: 280px;
        top: 40px;
        width: 40%;
    }

    Change the values to adjust the font size, the width and the positioning, then tell me what you’d like to modify.

  • Unknown's avatar

    Thanks a lot! Looking nice!

  • Unknown's avatar

    You’re welcome.
    Caution: I don’t know what happens with this on mobile devices.

  • The topic ‘Low resolution – header’ is closed to new replies.