August 19, 2021 at 9:48 am
#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;
}