Archived topic
Remove Archives div from pages in mobile
3 replies · Started by victor on May 15, 2020
Viewing posts 1–4 of 4
As title says, in mobile, near bottom of page on my contact and about pages, the archives appears. How do I remove this? I have premium if that helps.
Hi there,
try this CSS:
@media(max-width: 768px) {
.inside-right-sidebar #archives {
display: none;
}
}
Thanks!!
You're welcome
This archived topic is closed to new replies.