Reply To: White space under header when responsive

Home Forums Support White space under header when responsive Reply To: White space under header when responsive

Home Forums Support White space under header when responsive Reply To: White space under header when responsive

#153647
Tom
Lead Developer
Lead Developer

You’ll need to add !important to them as the plugin adds the values to the inline element.

@media (max-width: 768px) {
    .first-row-home {
        background-image: url(http://hassaan.ca/wp-content/uploads/2015/11/IMG_7825-edit121.jpg) !important;
    }
}