Appnitro Software Forums » MachForm

Where do I adjust height of the header?

(3 posts)

  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 3 years ago #
  2. 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.

    Posted 3 years ago #
  3. waitz
    Member

    Oh, that was easy.

    Thanks, Rajan

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.