Appnitro Software Forums » MachForm

Center Header Graphic/Logo

(2 posts)

  1. Hi - I can't seem to find the CSS to center the header graphic/logo. Please advise where to adjust this. Thanks.

    Posted 1 year ago #
  2. Hi,

    Try to add "background-position" property to CSS logo like this :

    /**** Logo Section  *****/
    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: url('../../../images/machform.gif');
            background-position:center; /* add this */
    	background-repeat: no-repeat;
    }
    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.