Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #338585

    Hi support-team,

    after the latest enfold update today, the position of the logo in mobile menu viwe is not correct. It should align right, but it aligns bseid the menu-button on the left side.
    As custom css i wrote this:
    @media only screen and (max-width: 900px) {
    .responsive .logo {
    float: right;}

    .container #advanced_menu_toggle, #advanced_menu_hide {
    left: 0;}
    }

    #338588

    Hi dondela!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .logo img { float: right; }}

    Regards,
    Yigit

    #338893

    Thank you, that was it :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘mobile menu logo position not correct’ is closed to new replies.