Comments 3laugher started the conversationOctober 19, 2022 at 6:08pmHere seems menu is in the white space. No hamburger and no menu. But only when template is 920-1170 width.Header layout 6 is the problem.When menu disappear, hamburger should appear I believe.Here menu is under red cross, in white space. 2,610PenciDesign repliedOctober 20, 2022 at 12:25amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (min-width:961px) and (max-width:1169px) { #navigation ul.menu > li, #navigation .menu > ul > li { margin-right: 5px; }}Regards,PenciDesign. Sign in to reply ...
Here seems menu is in the white space. No hamburger and no menu. But only when template is 920-1170 width.
Header layout 6 is the problem.
When menu disappear, hamburger should appear I believe.
Here menu is under red cross, in white space.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.