This topic contains 18 replies, has 3 voices, and was last updated by talkingtolearn 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi talkingtolearn!
Does Himangi’s fix not help you?
Hi talkingtolearn,
To fix the display of article titles, please find the following styling in template.css or layout.css file
<blockquote>.ja-mass {
clear: both;
}</blockquote>
Replace above code with the code below.
<blockquote>.ja-mass {
clear: both;
overflow: hidden;
}</blockquote>
Save the css file and check the article titles in site frontend.
1 user says Thank You to himangi for this useful post
<em>@himangi 272321 wrote:</em><blockquote>Hi talkingtolearn,
To fix the display of article titles, please find the following styling in template.css or layout.css file
Replace above code with the code below.
Save the css file and check the article titles in site frontend.</blockquote>
I only find this code in template.css
/* Content Mass —*/
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module { margin: 2px 2px 4px 2px; }
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin: 2px 2px 4px 2px; }
#ja-content-mass-bottom .ja-moduletable,
#ja-content-mass-bottom .ja-module { border-top: 0; float: left; width: 49%; }
#ja-content-mass-bottom .ja-moduletable h3 { border-top: 5px solid #000; }
I decided to add
.ja-mass {
clear: both;
overflow: hidden;
}
and it’s working.
And yes himangi was right. It’s now fixed for my content. Thank you all.
This topic contains 18 replies, has 3 voices, and was last updated by talkingtolearn 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum