-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 4, 2011 at 9:26 am #169262Hello,
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.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 4, 2011 at 9:30 am #416696Hi
I guess your image inside <p> tag with class as you mention above ?
May i have a sample URL ?
Thank you
Viet Vudieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 4, 2011 at 9:36 am #416701I put a example link in the following ticket : VQG-665-67912
Thank in advance for your help
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 4, 2011 at 10:27 am #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
}1 user says Thank You to khoand for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 4, 2011 at 1:53 pm #416755Thank, 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 ?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 4, 2011 at 3:38 pm #416786You 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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 4, 2011 at 6:44 pm #416843Hello,
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 FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 4, 2011 at 8:24 pm #416867Hi dieudonne!
I received the ticket and viewed the site in all browsers and it looks fine.
Is this resolved?dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 5, 2011 at 9:22 am #416976No. 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 5, 2011 at 9:53 am #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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 5, 2011 at 10:03 am #416991Yes 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 10, 2011 at 10:29 am #418164Hi 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
AuthorPostsViewing 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
Jump to forum