Hello,
Is it possible to adjust the height of the header bar in responsive mode? It currently looks like this and I need it to be much shorter. Any help is appreciated.
Hello,
Is it possible to adjust the height of the header bar in responsive mode? It currently looks like this and I need it to be much shorter. Any help is appreciated.
You can set the height to be fixed. It’s likely that you have groups or other elements in the header whose width isn’t collapsing so that’s why the header becomes too tall. If you fix those elements (e.g., make them hide at certain widths or make their width collapse as well) then you should be able to have the header stay the same height.
Best of luck!
Ok, thank you for help. I’m assuming that the same rule applies for the a textbox also that is getting cut off.
Yep, exactly.
Thank you again.