• Resolved loveandgrub

    (@loveandgrub)


    still in the early stages of redesigning my blog. I would like to center the header image (which right now is a rice bowl)

    Not sure how to do this!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • corewpress

    (@corewpress)

    Hello

    Hope you are having a great day and thanks for contacting us!

    the reason the image is not centered is that is a small one (800px), but you could enlarge it with a simple CSS code snippet. Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .frontpage-banner > img {
        width: 100%;
    }

    This will cover the whole space, but it may get your image pixelated. The way to fix that is uploading a bigger image (at least 1200px wide).

    ​Try it and let me know how it worked.
    Kind regards,
    Diego

    Thread Starter loveandgrub

    (@loveandgrub)

    That fixed the problem!! Thanks so much!

    corewpress

    (@corewpress)

    You’re welcome! Glad to help!
    Please, mark this one as resolved.

    If you have any further issues, please let us know.
    Kind regards,
    Diego

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Centering Header Image’ is closed to new replies.