Archived topic
doesnt look good on mobile phone
2 replies · Started by Uwe Pfeifer on April 1, 2015
Viewing posts 1–3 of 3
check out http://www.unitycraft.de on mobile phone ... the header doesnt seem to be high enough - any idea? looks good on pc though
Give this CSS a try:
@media (max-width: 768px) {
.site-header {
background-size: cover;
}
}
looks awesome, thanks ^^
This archived topic is closed to new replies.