Posted on 21/08/2024 17:07:33
You probably want the responsive setting active as that reacts to viewport size where as adaptive reacts to useragent.
If you want desktop header in iPad landscape, you first of all need to go responsive, and secondly you may need to change the either the breakpoint classes on the header rows or change the Bootstrap default viewports as the screenwidth of a tablet might not be high enough to trigger the desktop header.
Also be aware of the 'fix' that gives mouse over on dropdowns in desktop might cause dropdowns to not work on touch devices as they do not have hovering state. And in general the dropdown navigation is not very usable on tablets.
BR Nicolai