Support » Theme: pinpress » center header image

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m a newb to coding, but I can usually blunder my way through edits. However, I’m having the same problem with centering header image.

    I really like this theme, but I must have centered header image. – Can anyone please help?

    Thanks!

    I figured it out.

    in style.css find .page-header and set margins and position.

    Like this:

    .page-header {
    	margin: 0 auto;
    	position: relative;
    	padding-bottom: 10px;
    	border-bottom: 1px solid #ededed;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘center header image’ is closed to new replies.