• Terry Yuen

    (@terry-yuen)


    I’m newbie and do my first WP site trial & error. I’d like to find out how can I adjust the header background. How to make center it as it look overlap with the title. But it seem alright in iPad and iPhone. Help would be appreciated .
    https://www.propertiesofsingapore.com/

Viewing 1 replies (of 1 total)
  • Codestar

    (@codestar)

    Hi Terry,

    Open the custom-style.css and find style :

    #header-container {
        background: url("https://www.propertiesofsingapore.com/wp-content/uploads/2011/02/Header-Singapore.png") no-repeat scroll 0 0 #FFFFFF;
    }

    replace it so :

    #header-container {
        background: url("https://www.propertiesofsingapore.com/wp-content/uploads/2011/02/Header-Singapore.png") no-repeat scroll 50% 0 #FFFFFF;
    }

    Just i added 50% for background position left ??

    Enjoy ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to center my header background?’ is closed to new replies.