header image size difference on each page
-
I would like to make the header image the same height on all my pages instead of cropping its height on pages other than my homepage. The theme I’m using is: Argent The site I need help with is: https://sampleconfplan.wordpress.com (http://transdiseasedecisions.com)
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to make the header image the same size on all pages.
body:not(.home) .site-branding { padding: 7.75em 0 }
- The topic ‘header image size difference on each page’ is closed to new replies.