This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Center Header Graphic/Logo


  1. tania
    Member

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

    Posted 13 years ago #
  2. redityo

    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;
    }

    MachForm Support

    Posted 13 years ago #

RSS feed for this topic

Reply