Individual header image not displaying at large window size
-
Hi,
I want to display individual headers on the service pages. I have checked the “toggle individual header image for this page” and added the header image and header text.
The header image is 1920 * 760
At window sizes that appear to be above 1280, the image does not display. Under 1280 it appears.
Having checked out the code, it seems that@media only screen and (min-width: 1025px) { .header-image { display: none; } }
seems to be the CSS that is stopping it being displayed. Before I change this, is there any reason that this is here. I do not want unexpected effects elsewhere.
- The topic ‘Individual header image not displaying at large window size’ is closed to new replies.