Expired
Hi. Can you please give me the CSS to make the responsive menu appear at max-width 1195px?
Thank you
Lizy
Hello,
Please add this code into your custom cs sbox:
@media (max-width: 1195px){ nav.main_menu.drop_down.right { display: none;} .mobile_menu_button { display: table;} .content { top: 57px;} }
Best regards!
You must be logged in to reply to this topic.