国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Change mobile menu breakpoints - WordPress Twenty Two Three Theme
P粉085689707
P粉085689707 2024-03-26 10:28:04
0
1
512

WordPress Navigation Block - Twenty-Two-Three Theme

How to change CSS media query breakpoints so that the hamburger button appears on mobile devices and the full menu appears on wider screens?


The hamburger minimize menu can be opened from the following location Dashboard->Appearance->Editor:

P粉085689707
P粉085689707

reply all(1)
P粉476475551

Add this to the child theme's CSS, changing the value in brackets:

@media screen and (max-width: 767px) {
  /* hamburger button */
  .wp-block-navigation__responsive-container-open  {
    display: block !important;
  }

  /* full menu */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template