Hi.
I’d like to change the vertical margin of the menu, and to that effect I used the following CSS:
.main_menu{
margin-top: 100px;
}
It works, but when I scroll and the header shrinks, I’d like to cancel that additional margin. Is there any way to do it?
Thanks.
Hey pedropais!
Please provide us a link of your web site, so we can also give you the alternative class.
Thanks a lot
Regards,
Basilis
Hi.
In the meanwhile, I used the CSS selector “#header:not(.header-scrolled)” and it seemed to work ok.
Thanks for the attention, anyway.