ARGENT: image header displays differently per page
-
i noticed that the header image only displays in full on the home page.
on all the subpages, the content appears higher and the header image is pushed up so you can’t see the entire thing. this is a problem because my header image has text in it.is there a workaround for this problem?
can i set different images per subpage?The blog I need help with is: (visible only to logged in users)
-
Hi,
The Argent demo displays the same behavior. The site header image is cropped differently (displaying taller) on the homepage than on static pages that aren’t the homepage. I’m not aware of any workaround.
can i set different images per subpage?
On many themes you may replace a site header image with a feature image, in locations where the header would normally display. However, with the Argent theme applied, featured images set on static pages do not display, do not replace the site header image. Have you considered switching to another theme?
-
@leelee07666 It is the feature of Argent theme (as @musicdoc1 has pointed out) and the only way to change this would be to change the padding to the same one as on the home page:
.site-branding {
background-color: #f7f7f7;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin: 0 auto;
padding: 7.75em 0;
position: relative;
text-align: center;
overflow: hidden; -
thank you. perhaps i could change the padding for the home page instead, so that it’s less tall?
i am not used to sites that are hosted by wordpress and see that there is no Appearance > Editor. where do i find the css?
-
- The topic ‘ARGENT: image header displays differently per page’ is closed to new replies.