badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Specific layout for mobile?

#91721

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!