Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #851055

    Hi,

    since last update, the logo and humburger menu are on top of each other, both are aligned to the right.

    #851065

    Hi talelie!

    Can you please post a link of your website?

    Regards,
    Yigit

    #851066
    #851069

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) { 
    .responsive #top.rtl #wrap_all .main_menu {
        left: 30px;
        right: auto;
    }}
    

    Best regards,
    Yigit

    #851077

    did not work

    #851088

    Hi,

    Please use the code as following

    @media only screen and (max-width: 767px) { 
    .responsive #top.rtl #wrap_all .main_menu {
        left: 30px!important;
        right: auto!important;
    }}

    Best regards,
    Yigit

    #851100

    Great! now it is working :)

    #851105

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘logo and menu on mobile on top of each other’ is closed to new replies.