Archived topic
On mobile (Android) the content area has a pink shade of white
2 replies · Started by Rob on May 16, 2020
Viewing posts 1–3 of 3
Hi,
I customized the typography settings and the color setting for Heading 1, and that was fine. But I now have a pink shade of white in the content area (i.e. beneath the header) on the mobile version (Android) of my site. How can I make it white again? Thanks.
Hi there,
Is it the separating space?
If so, try this:
@media (max-width: 768px) {
.separate-containers .site-main {
margin-top: 0;
}
}
It resolved itself without me doing anything - thanks.
This archived topic is closed to new replies.