Tagged: mobile issue
Please see website vrarcade.co.za
On mobile the header image overlay text is being cut off is there a fix for this instead of decreasing text size?
Hey jeremydixon,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 479px) {
.home .av-image-caption-overlay-center {
font-size: 20px !important;
}
}
Thanks,
Rikard
Works a treat thanks.