Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi kamtard,

    This is happening because of a bit of extra margin spacing that’s being added by your theme’s styles. To fix this, add the following CSS code to your site:

    .fdm-menu .fdm-column {
      margin: 0 3% 0 0;
    }
    
    .fdm-menu .fdm-column-1 {
      margin: 0 0 0 3%;
    }

    The next version will include some changes that enforce the appropriate margin spacing more strongly.

    I’ll close this support ticket for now, but let me know if you have trouble with the CSS code above.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display permeable in menus’ is closed to new replies.