RandomAlex Posted January 19 Posted January 19 (edited) Hi folks! I want to use summary blocks for the front page of my site: https://www.speculativeinsight.com/ . As you can see the two columns look different: the left one I created using a text block; the middle one is in a summary block, using the excerpt from a post. I'd like to make the text in the middle one the same as the body text everywhere else, and cannot see how to do that in the Site Styles; I changed the line height for Excerpt text, but that made no difference to the appearance. Any help would be appreciated! Edited January 19 by RandomAlex added information
derricksrandomviews Posted January 20 Posted January 20 (edited) You need to change the summary block body font size from 14px to 16px to match the left text block font size. Edited January 20 by derricksrandomviews
RandomAlex Posted January 21 Author Posted January 21 In the Design panel, under site-wide fonts, there is no 'summary block'; there's only excerpt, meta, headings, body, and image/gallery block. Do I need to look somewhere else?
Solution derricksrandomviews Posted January 21 Solution Posted January 21 Sorry about that, your site looked like 7.1 to me. 7.0 does not have the same design options so this should take care of your text, place in custom css: .summary-excerpt p { font-size: 16px !important; }
derricksrandomviews Posted January 21 Posted January 21 Also, your line heights do not match, the left and right columns are at 29px and the center is at 20px.
RandomAlex Posted January 24 Author Posted January 24 Hi @derricksrandomviews, thanks for the custom css - I appreciate it. Forgive another question, please: where do I find the design info for the line heights? When I look at the site styles, in the Body section it tells me the line height is 1.8em.
derricksrandomviews Posted January 24 Posted January 24 1.8 em is 28.8 pixels. 1.3 em is 20.8 pixels not sure exactly where you would change the summary block line-height but you can try this, .summary-excerpt p { line-height: 29px !important; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment