test
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • dieudonne Friend
    #169262

    Hello,
    when you place the following tag:

    <p class="ja-typo-box box-grey-1">

    It passes below the icon Ja thumbnail instead of being justified.
    See screenshot for more understanding.

    What can I do you to fix it ?

    Thank in advance.


    1. 2011-10-04-10h56_47
    jooservices Friend
    #416696

    Hi
    I guess your image inside <p> tag with class as you mention above ?
    May i have a sample URL ?
    Thank you
    Viet Vu

    dieudonne Friend
    #416701

    I put a example link in the following ticket : VQG-665-67912

    Thank in advance for your help

    khoand Friend
    #416722

    <em>@dieudonne 272713 wrote:</em><blockquote>I put a example link in the following ticket : VQG-665-67912

    Thank in advance for your help</blockquote>
    Hi,
    You find this code from /templates/ja_teline_iv/css/typo.css

    p.box-grey-1 {
    background: #F7F7F7;
    border-color: #DDD;
    width: 56%; < add this line
    }

    dieudonne Friend
    #416755

    Thank, it’s working, but there is a problem.

    Sometimes I have this class after the picture of jathumbnail. And this is a problem…see my screenshot for more understanding.

    I don’t want to have 2 class for the same thing. It is not really good.
    So is there a another solution ?

    Thank in advance.

    update : why the text stop before the picture on the right and not the “box-grey-1” class ?


    1. 2011-10-04-15h51_36
    khoand Friend
    #416786

    You try this way: you edit the article and replace


    <p class="ja-typo-box box-grey-1">Ensemble avec le Fonds du Logement (le Maître d’ouvrage), le CIRÉ et la Maison de Quartier Bonnevie, ces familles aux revenus modestes ont pu devenir propriétaires. Un immeuble rayonnant qui est non seulement passif mais aussi exemplaire par le choix des matériaux...</p>

    with


    <p class="ja-typo-box box-grey-1 width56">Ensemble avec le Fonds du Logement (le Maître d’ouvrage), le CIRÉ et la Maison de Quartier Bonnevie, ces familles aux revenus modestes ont pu devenir propriétaires. Un immeuble rayonnant qui est non seulement passif mais aussi exemplaire par le choix des matériaux...</p>

    After that, you add this code into /templates/your_template/css/template.css


    p.box-grey-1.width56 {
    width: 56%;
    }

    dieudonne Friend
    #416843

    Hello,

    ok I’ll try it, but I need to understand : why the text stop before the picture on the right and not the “box-grey-1” class ?

    Is there a other solution which ‘ll work with all the class included in the css “typo.css” ?

    Blaine Friend
    #416867

    Hi dieudonne!
    I received the ticket and viewed the site in all browsers and it looks fine.
    Is this resolved?

    dieudonne Friend
    #416976

    No. cfrt last post !

    <blockquote>Hello,

    ok I’ll try it, but I need to understand : why the text stop before the picture on the right and not the “box-grey-1” class ?

    Is there a other solution which ‘ll work with all the class included in the css “typo.css” ? </blockquote>

    khoand Friend
    #416986

    <em>@dieudonne 273077 wrote:</em><blockquote>No. cfrt last post !</blockquote>
    Sorry my mistake… you add this code into /templates/ja_teline_iv/css/typo.css

    p.box-grey-1.width56 {
    width: 56%;
    }

    dieudonne Friend
    #416991

    Yes it works with this solution.

    But I do not want to change the code every time I’m going to use a class from typo.css …

    So (again) :

    <blockquote>Why the text stop before the picture on the right and not the “box-grey-1” class ?

    Is there a other solution which ‘ll work with all the class included in the css “typo.css” ? </blockquote>

    Update : I updated the ticket VQG-665-67912 with a new example link.

    Sherlock Friend
    #418164

    Hi dieudon,

    <blockquote>Why the text stop before the picture on the right and not the “box-grey-1” class ?</blockquote>

    That is a default feature of the css in the way it working, you can add below css into the file of templates/ja_teline_iv/css/typo.css

    p.ja-typo-box {
    width: 56%;
    }

    That would help to reduce the width size of all kind of ja-typo-box

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 5 voices, and was last updated by  Sherlock 13 years, 1 month ago.

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