Skip to main content

problem with mobile menus icons spacing

Comments

2 comments

  • KC George

    Hello Yves,

    We apologize for the inconvenience. The spacing between icon and the menu text set in the editor does not reflect in the frontend for the hamburger menu. We could reproduce this bug at our end and we will work on fixing it. 

    While we work to fix this issue, you could try adding this CSS code under CMS > Project Settings > Code > Custom CSS to temporarily fix the issue in your projects. I have added this code to https://placopale-marquise.webopale.co/. Please check if the hamburger menu looks better here.  

    @media (max-width: 991px) 

    .brz .brz-icon-svg {
        width: 3em; }
    }
    0
  • KC George

    Hello Yves,

    We have fixed this bug. Kindly click the "Update" button in the editor for the changes to take effect in your project.

    0

Please sign in to leave a comment.