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

    Hi,
    I have a website in production and we have an issue with the logo position.
    On the desktop version, the logo is to the left.
    But in the mobile version, it jumps to the right.

    I need to fix the mobile version with the logo on the left the same as on the desktop.

    #1214885

    Hey uribinsted,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        float: left !important;
      }
    
      .responsive #top #wrap_all .main_menu {
        left: auto !important;
        right: 0 !important;
      }
    
      .responsive .logo img {
        margin-right: auto;
      }
    }

    Best regards,
    Nikko

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