#nav-second ul.sf-menu>li {
width: 14.25%;
}
That should do what you want. The reason nothing changed before is because you have this in your custom css box:
define( 'WP_MEMORY_LIMIT', '64M' );
That is not css and thus not the place to change your memory limit and is causing issues with the css. If you want to change you memory limit you have to add that to your wordpress config file.
Kadence Themes
Hooray!!! That worked perfectly! 🙂
Can’t remember why I put that other code in there, so hopefully it won’t mess anything up. 😉
Thanks so much for your help!!