August 20, 2014 at 11:32 pm
#5883
Keymaster
The menu does not seem to be letting me re-order items as I did previously. I cannot see why – help
Try disabling any recent plugins you’ve added. You could also try clearing your browser cache that may have forced WordPress to use old files.
I also need to reduce the size of the font in menu navigation labels.
Add this on Frontier Options -> Custom CSS
#nav-main .nav-main a {
font-size: 13px;
}