Best Premium and Free WordPress Themes › Forums › SuperMagPro › Is there a way to wrap an individual menu item? › Reply To: Is there a way to wrap an individual menu item?
March 13, 2017 at 6:47 am
#14693
Keymaster
Please try once by adding the CSS below, go to Appearance > Customize > Additional CSS
#menu-item-38913 > a {
line-height: 1.7;
text-align: center;
width: 192px;
}
Hope, this will solve your issues.
Regards