I noticed that when I have a title for a node that wraps to the next line, the line spacing is minimal. I edited the CSS file (style.css) so that line spacing is included, and it corrected the issue. See below. I would imagine that this needs to be done for both Barron and Barroness. Can this be included in the next release of the theme?

/*----------page styles----------*/
.pageTitle
{
color:#2D0102;
font-size:220%;
margin:10px 0 20px;
line-height: 1.2em; /* I added this line to better control line spacing for page titles */

CommentFileSizeAuthor
#3 barron_style.patch352 bytesjwolf

Comments

dmetzcher’s picture

CORRECTION: This does not need to be done to the CSS file inside the Barroness folder. I should have looked first before assuming it would need to be.

jwolf’s picture

Assigned: Unassigned » jwolf

Will fix in next release
Thanks!

jwolf’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new352 bytes

Here's a patch until....

jwolf’s picture

Status: Reviewed & tested by the community » Fixed

Fixed with the release of 5.x-1.5

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.