Forums
(@jenjohannesen)
11 years, 9 months ago
I am looking for an answer to this as well… Anyone have a solution? I want to use the custom area and limit the excerpt length. Only option seems to be {excerpt}.
12 years, 9 months ago
hey thanks!
15 years, 6 months ago
I had the same question, but figured it out.
under ‘drop-down menus’:
REPLACE THIS:
#page-bar li { float: left; margin: 0px; padding: 0px; }
WITH THIS:
#page-bar li { float: left; margin-left: 10px; padding: 0px; }