Hello.
Sorry to bother you again. Seem to be having an issue with the responsive logo.
the brands seems to oversize when it goes to mobile.
Details and Links below.
Any insight would be most helpful
Kind Regards
Fluent
Hey fluent,
Thank you for using Enfold.
It’s because of the menu plugin. Try to add this in the Quick CSS field:
@media only screen and (max-width: 768px) {
.av_main_nav_header.av_menu_right #header_main .main_menu-uber {
position: absolute;
top: 0;
}
}
Adjust the top value as needed. If you can provide a screenshot of the mobile header layout that you want, we’ll provide the css.
Best regards,
Ismael