-
Bootscore navigation native code does not collapse when viewed on an IPad. How can I change the code to collapse on different screen sizes. |
Beta Was this translation helpful? Give feedback.
Answered by
crftwrk
Sep 13, 2023
Replies: 1 comment 1 reply
-
Navigation collapses on iPad portrait and expands on iPad landscape view. If you want collapsed navbar on iPad landscape as well, you have to change Check here https://bootscore.me/documentation/header-php/#Breakpoints |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Efrisk3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Navigation collapses on iPad portrait and expands on iPad landscape view. If you want collapsed navbar on iPad landscape as well, you have to change
navbar-expand-lg
tonavbar-expand-xl
and togglerd-lg-none
tod-xl-none
in yourheader.php
.Check here https://bootscore.me/documentation/header-php/#Breakpoints