Archived topic
Separating space-top (mobile): 0
5 replies · Started by Peter on September 15, 2017
Viewing posts 1–6 of 6
Want to remove the top separating space in mobile only. Can you help me?
Can you link me to the site? Thanks!
Try this CSS:
@media (max-width: 768px) {
.right-sidebar.separate-containers .site-main {
margin-top: 0;
}
}
Works like a charm - thank you!
Glad I could help :)
This archived topic is closed to new replies.