Quote:
Originally Posted by John Lester
Because cms articles use different css. Put this in your additional.css file (see my first post for location) and adjust line-height as desired.
ACP -> Styles & templates -> style manager -> your style here -> edit templates -> CSS templates -> addtional.css
Code:
.cms_article_txt_content {
-moz-font-feature-settings: normal;
-moz-font-language-override: normal;
color: #3E3E3E;
font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 13px;
line-height: 1.23 !important;
margin-bottom: 5px;
}
|
This seems to change the row spacing in the
Article Preview, but not when actually viewing the article.
Is there any way to make this change the spacing when viewing the article?