Hi,
On the mobile layout, the parent menu is now sitting on top of the logo, whereas previously it was side by side.
Also, the default under header>mobile menu says ‘all menu items of the mobile menu are visible’ – however I can’t seem to achieve this either, as this may be solution to override the problem above.
Thanks.
Hey ayanasoul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
margin-left: 0!important;
}}
Best regards,
Yigit
Works perfectly.
Much appreciated. Thank you.