Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • Blaine Friend
    #416273

    Hi talkingtolearn!
    Does Himangi’s fix not help you?

    himangi Friend
    #416374

    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.

    talkingtolearn Friend
    #416462

    <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.

Viewing 3 posts - 16 through 18 (of 18 total)

This topic contains 18 replies, has 3 voices, and was last updated by  talkingtolearn 12 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum