Home › Forums › Support › White space under header when responsive › Reply To: White space under header when responsive
November 16, 2015 at 11:43 am
#153561
I’ve used this code:
@media (max-width: 768px) {
.first-row-home {
background-size: cover;
background-image: url(http://hassaan.ca/wp-content/uploads/2015/11/IMG_7825-edit121.jpg);
}
}
Giving the row in page builder the css class .first-row-home without avail. Does my code make sense? I’m trying to put together what I’m learning to apply to this scenario.
Sorry for the coding incompetency :s