Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #963818

    Hi,
    I have posted this issue a couple of years ago. I am still having problems with the header logo on an RTL site.
    my logo is on the left with the menu on the right. on mobile devices, the logo appears on the right overlapping the menu and search icons.
    in desktop devices, all is fine until you set the browser window to less than 784 pixels. then the logo sticks to the right and again overlaps the icons.

    thank you

    #963853

    Shalom,

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

    CSS Snippet:

    
    .responsive .logo img, .responsive .logo a, .responsive .logo {
        float: left!important;
    }
    
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.