Hi,
Can you please explain how to add this class (that you have here on your site as well) properly?
.header_container.fix_menu {
position: fixed;
top: 0;
z-index: 89;
width: 100%;
border-bottom: 2px solid #d7d7d7;
}
I need a fixed header/menu when scrolling but keeping the top menu responsive. Is there any other file to modify besides the template_css.css file?
Thank you very much!