Hi, I did found that setting, but the issue is I can select 3 different kind of break points. Small, Medium and Large screen. But I need to change the exact pixels. The setting SM, MD and LG aren't sufficient. I have found the variables.scss file with the pixel settings, but somehow it doesn't work when I edit it.
As you can see on the screenshots I made before, the menu doesn't fit. So, how can I made it fit? How do I change the breakpoint pixels of the current template? And how do I keep the logo visible? Please help...
Edit: I found out that following css code has influence on yes/no display the logo on the left, when the resolutions of the screen goes smaller. Also has influence on the right part of the screen, which falls of.
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 98%;
max-width: 50%;
When I change the max-width, suddenly it all fits and I got the logo back on the leftside. So the responsiveness of this new template doesn't work that well.
Please contact your dev team. Or maybe let they contact me, so I can show them exactly what and when things are go wrong.