I would like to remove the hamburger menu that appears on the left when in mobile format (see attached screenshot). I only want to keep the one on the right.
Also, is there a way to make the logo portion smaller just on mobile?
Lastly, there is a blue arrow for editing the menu in the right hand hamburger menu (see attached). Does this arrow go away on the published site?
I would like to remove the hamburger menu that appears on the left when in mobile format (see attached screenshot). I only want to keep the one on the right.
Also, is there a way to make the logo portion smaller just on mobile?
Lastly, there is a blue arrow for editing the menu in the right hand hamburger menu (see attached). Does this arrow go away on the published site?
Hi,
1/ Please add more this code to Customize > Custom CSS to do that:
@media only screen and (max-width: 960px){ #navigation .button-menu-mobile{ display: none; } .penci-menuhbg-wapper{ float: left; } }2/ Please add more this code to Customize > Custom CSS to do that:
@media only screen and (max-width: 479px) { #logo img { max-width: 200px; } }Change value 200 to value as you want.
3/ It doesn't appear on your site - just for customize page only.
Best Regards,
PenciDesign