header on mobile height
Hi,
The header on my site is quite large on mobile only, Im trying to figure out how to reduce it only on mobile.
Ive tracked down the code to below, but I dont know how to properly add it to custom css to make the value lower. The page is http://www.carolineradice.com/contact/
The header on my site is quite large on mobile only, Im trying to figure out how to reduce it only on mobile.
Ive tracked down the code to below, but I dont know how to properly add it to custom css to make the value lower. The page is http://www.carolineradice.com/contact/
@media (max-width: 767px){
body #Header {
min-height: 150px !important;
}
}
Comments