I appear to get an extra empty line between the Block Title and the Block content, when compared to my other blocks. Could you point me in the direction i need to look

Comments

stella’s picture

Assigned: Unassigned » stella

You can modify the layout of the block using your theme. Copy the "theme_faq_highlights()" function to your theme's template.php and rename as e.g. phptemplate_faq_highlights(). Then modify the layout of the block in the function as appropriate. The block title is set in the faq_block() function. See Using Theme Override Functions for more info on overriding the default layout.

Cheers,
Stella

stella’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)
mstrelan’s picture

Why has this disappeared in D7?