[EDIT] Line Height not changing from Global CSS
Posted
#8431
(In Topic #2108)
Feedback from my users
EDIT: I went into themes and then global CSS, however it would appear that changing line-height from 1.3 em to 1.6em does not reflect on the websiteMy users have shown me that a line height of "line-height: 1.6;" would make the text easier to read, (Since I post large articles) but I looking in the settings and I did not find a place to do this. Is there a place I can globally change the lineheight to 1.6 for the body text of articles and forums etc? There must be, Composr is very verstaile, I must be missing something.
Thanks!
Last edit: by dkpartycomrade
Posted
Could you link me to a news article on your site so I can take a closer look? Thank you.
Posted
As of now, in the global.css of the Admin Zone > themes
Line 752-752 is as follows:
zone_running_docs .comcode_page {
line-height: 1.3em;
However, when updated to 1.6 em, there is no effect on the main page.
Posted
That is because that particular code only runs on the docs (tutorials) zone (zone_running_docs).
Using the theme / CSS editor, try adding this below that:
Code (CSS)
.page_running_news .global_middle {
line-height: 1.6em;
}
line-height: 1.6em;
}
This will apply a line height of 1.6 in the middle section of the site on all news pages.
Posted
0 guests and 0 members have recently viewed this.

