August 22, 2021 at 2:20 pm
#91721
Theme Horse Support Team
Keymaster
Hi Xeinar,
Just try below custom CSS code to hide the banners and add some white space between navigation and content area.
@media (max-width: 767px) {
.featured-section {
display: none;
}
.home .site-content,
.blog .site-content {
padding-top: 30px;
}
}
Thank you!