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

Where do I adjust height of the header?


  1. waitz
    Member

    I need to increase the height of the header to fit a logo that is bigger than default. Where do I adjust the height?

    Thanx for input!
    Rajan

    Posted 16 years ago #
  2. yuniar

    Search for the 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-repeat: no-repeat;
    }
    
    #main_body h1 a
    {
    
    	display:block;
    	height:100%;
    	min-height:40px;
    	overflow:hidden;
    }

    simply adjust the height and min-height above.


    MachForm Founder

    Posted 16 years ago #
  3. waitz
    Member

    Oh, that was easy.

    Thanks, Rajan

    Posted 16 years ago #

RSS feed for this topic

Reply