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?

#91591
xeinar
Participant

Actually I found a solution by coping what done for another component found on this forum:

@media (max-width: 767px) {
	.featured-section	
 {
	display: none;
 }
}

I now have the stories-title too close to the menu bar. I tried this solution but the colored vertical bar keep being sticky to the menu bar; how to space it as well?

.stories-title
{
padding-top: 50px;
}