Viewing 5 reply threads
You must be logged in to reply to this topic.
hi
there is a menu bug, please (small laptop) see photo:
https://ibb.co/jTkGsn
I guess breaking point is 1180px?
https://ibb.co/iPmA7n
Hello,
You can either add this css into your Additional Css menu:
@media (min-width:992px) and (max-width:1200px){
.header_container.header-top nav > ul > li, .header_container.header-bottom nav > ul > li{
padding-left: 6px !important;
padding-right: 6px !important;
}
}}
Or find the lines in file style.css and edit them out there (line 1867). If you are using a child theme and overwriting the style.css file, then these changes can be done in the child theme style.css file as well.
Best regards!
You must be logged in to reply to this topic.