Viewing 3 replies - 1 through 3 (of 3 total)
  • Open Oxygen’s style.css and change this…

    #branding {
    	float: left;
    	width: 45%;
    	overflow: hidden;
    }

    to this…

    #branding {
    	float: none;
    	width: 100%;
    	text-align: center;
    	overflow: hidden;
    }

    That will center your title and site description.

    Thread Starter Lightblade

    (@lightblade)

    Sorry aber es funktioniert nicht. Der Header bleibt weiter links

    Thread Starter Lightblade

    (@lightblade)

    Sorry but this script dont work

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Center the Header’ is closed to new replies.