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
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
Comment #1
stella commentedYou 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
Comment #2
stella commentedComment #3
(not verified) commentedComment #4
mstrelan commentedWhy has this disappeared in D7?