Hi Alex,
Thanks so much for using Poseidon.
You can hide the mobile menu toggle with this short CSS snippet:
.main-navigation-toggle {
display: none !important;
}
You can copy the code and insert it on Appearance > Customize > Additional CSS.
Cheers,
Thomas
Thread Starter
alexcz
(@alexcz)
Thanks, but the megamenu block is still under the main site logo, so it looks odd and wastes a lot space. Is there a way I can actually position it where the original menu block was top right?
Thread Starter
alexcz
(@alexcz)
Ok, no worries, I sorted it thanks.
Thread Starter
alexcz
(@alexcz)
/** Push menu onto new line **/
#{$wrap} {
margin-top: 10px;
}