Site logo

Archived topic

off Canvas Menu Breaks

3 replies · Started by Sars on March 15, 2021

Viewing posts 1–4 of 4

Dear Team,
https://prnt.sc/10memb5

How to fix the menu down icon breaking into second line?

Thanks a lot

Hi there,

you have a high Menu Width value for your Primary Navigation ( 79px ).
To adjust that for the off canvas add this CSS:

.slideout-navigation.main-navigation .main-nav ul li a,
.slideout-navigation.main-navigation .menu-item-has-children .dropdown-menu-toggle{
  padding-left: 20px;
  padding-right: 20px;
}

You are simply awesome!

Thank you very much David

You're welcome

This archived topic is closed to new replies.