Archived topic
Page Header Background Not Resizing
3 replies · Started by Beau on February 5, 2018
Viewing posts 1–4 of 4
I'm using Page Headers w/ GP Premium and I can't seem to get my full-width backgrounds to resize with the browser windows. The image seems to retain its size.
It works great on another site I built - https://www.strobeleducation.com/ - but can't seem to replicate it.
Any ideas?
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.page-header-content-container {
padding-top: 10px;
padding-bottom: 10px
}
}
You did this for the site that's working.
Haha thanks that worked! I'm a bit hungover from the super bowl... :/
Haha no problem :)
This archived topic is closed to new replies.