Closed (fixed)
Project:
Quotes
Version:
6.x-1.40
Component:
Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
29 Oct 2009 at 02:23 UTC
Updated:
9 Jul 2015 at 21:26 UTC
Jump to comment: Most recent
Comments
Comment #1
ctmattice1 commentedwhich css file are you modifying? Might look at #612418: Custom Title and RSS icon position to see if this is related
Comment #2
Anonymous (not verified) commentedThanks for your reply.
I took the relevant quote.css and put it in the modified theme css but that was just to have the h2 title left align instead of center.
.block-quotes h2 {text-align: center;}The h2 title is set elsewhere for 1.06em and the block titles are all around 20px high.
There doesn't appear to be anything in the quotes.css to override or alter regarding the blockquote h2 title.
For the blockquote title though the block title area is only 17px high and the h2 title also squished. I have played around with padding to see if decreasing this allowed the blockquote title to 'expand'. I have increased the height of the block title area to 20px but the font size doesn't adjust proportionally.
Comment #3
Anonymous (not verified) commentedFound this:
.block-quotes{font-size:89%;}
was affecting the whole block - title and body.
changed it to this:
.block-quotes{font-size:100%;}
Looks correct now.