Spacing the menu
-
I sorted the problem I was having where, on my site, no matter what I did the links list and categories all remained bunched together.
Now, each link category has some clear space under it :))
In wp-includes/links.php,
this line exists at the bottom of that file:
echo "\n\t\n
\n";
Put in a carriage return as so:
echo "\n\t\n
\n
";
and all will be well in the world.
Nearly ??
**Note – this REALLY upsets the W3C Validator !!
***Damn !
- The topic ‘Spacing the menu’ is closed to new replies.