Reply To: problems with display on small screens

Home Forums Support problems with display on small screens Reply To: problems with display on small screens

Home Forums Support problems with display on small screens Reply To: problems with display on small screens

#97136
Tom
Lead Developer
Lead Developer

Hi there,

Background images can be a pain when changing browser size.

Give this CSS a try:

@media (max-width: 768px) {
    .site-header {
        background-position: top center;
        padding-top: 240px;
        background-size: 200px;
    }
}