• Resolved digitalsoju

    (@digitalsoju)


    I’m trying to put an extra image in the elegenat grunge theme under “extra header content.” I’d like to put an image at the very top, however it starts on the very left of the page instead of being centered.

    How can I have the image centered with the rest of the theme?

    My site is: http://www.koreanwikiproject.com/wp/

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Change this:
    <img align="center" src="http://www.koreanwikiproject.com/navigation_map.jpg">
    To this:
    <img id="map" src="http://www.koreanwikiproject.com/navigation_map.jpg" />

    And add below rule in style.css:

    #map{
    margin:0 auto;
    width:958px;
    }

    Thread Starter digitalsoju

    (@digitalsoju)

    Didn’t seem to work. I just copy the code and put it at the bottom of style.css and thats it right?

    Thread Starter digitalsoju

    (@digitalsoju)

    I guess i’ll just edit it manually in the css file

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extra header content — putting an image’ is closed to new replies.