Forums

Help needed to Center Header Image (3 posts)

  1. DrGonzoRIP
    Member
    Posted 2 years ago #

    I've been at this for a few days with no luck. How do I center this clickable header image?

    My style.css:

    #header {
    
    	background: #fff;
    
    	margin: 0 ;
    
    	padding: 0px 0 0 40px ;
    
    	height: 182px;
    	width: 640px;
    	position: fixed; 
    
    	}
    
    #headerimg {
    
    	margin: 0 0 0 60px;
    
    	height: 182px;
    
    	padding: 0 0 0 0px;
    
    	}

    My header.php:

    <div id="header">
    
    	<div id="headerimg">
    
    		<a href="<?php bloginfo('url'); ?>">
    		<div align="center" style="width:100%;top:0;left:0;position:absolute;">
     	 	<h1><img src="http://www.polypowwow.com/modasuki/wp-content/themes/minimalism/images/Modasukibanner3.jpg" alt="<?php bloginfo('name'); ?>" /></h1>
        </a>
    
    </div>
  2. DrGonzoRIP
    Member
    Posted 2 years ago #

    Help, Anyone?

  3. jwack
    Member
    Posted 2 years ago #

    try adding text-align:center or margin:0 auto;

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.