-
AuthorPosts
-
May 28, 2011 at 8:06 pm #164561
Hello!
I added a module with 2 positions and I did not get set up css that would position the bar separated in topsl and botsl.
More precisely obtained but it looks bad, that’s a screen attached.
Help please.Here is the code of templateDetails.xml
......
<position>absolute</position>
<position>leftmiddle</position>
<position>rightmiddle</position>Here is the code of default layout
<blocks name="middle" colwidth="20">
<block name="content-mass-top" type="modules">content-mass-top</block>
<block name="content-top" type="spotlight">leftmiddle,rightmiddle</block>Here’s the code for all these items from css
#ja-content-top .ja-box-right { position:relative; }
#ja-content-top .ja-box-right, #ja-content-top .ja-box-full { background: none; }
#ja-content-top .ja-moduletable { border-bottom: 0; margin-bottom: 8px; padding-bottom: 0; }
.ja-content-top .ja-moduletable, .ja-content-top .ja-module { margin-left: 0; margin-right: 0; }
#ja-content-top .main { padding: 10px 0; }
#ja-content-top .ja-box { padding: 0; background: url(../images/dot1.gif) repeat-y right; }
#ja-content-top h3 { margin: 0 0 9px; padding: 0; color: #333; background: none; }
#ja-content-top a { color: #006699; text-decoration: none; border-bottom: 1px dotted #006699; }
#ja-content-top a:hover, #ja-content-top a:active, #ja-content-top a:focus { color:#006699; border-bottom:solid 1px #006699; text-decoration:none; }
#ja-content-top li { background-image: url(../images/bullet.gif); background-repeat:no-repeat; background-position: 1px 8px; padding-left: 10px; }
#ja-content-top ol li { margin-left: 25px; padding: 0; }
#ja-content-top ul, #ja-content-top p, #ja-content-top ol { padding: 0; margin: 0; }
thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 29, 2011 at 1:28 pm #393406Could you give me a link to your website?
May 29, 2011 at 4:28 pm #393423khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 29, 2011 at 5:53 pm #393432To remove the lines, you find this code from /templates/ja_purity_ii/css/template.css file
#ja-content-top .ja-box {
padding: 0;
background: url(../images/dot1.gif) repeat-y right; < remove
}May 29, 2011 at 5:59 pm #393434Thanks, but I need not remove the line, I need to do as well as modules topsl (user1, user2 etc)
that would have separated the line positions and look finekhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 29, 2011 at 6:13 pm #393436You find this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css
#ja-content-top .ja-moduletable, #ja-content-top .ja-module {
margin-left: 0; < remove
margin-right: 0;
}
Find this code from /templates/ja_purity_ii/css/template.css
#ja-content-top .ja-box {
padding: 0;
background: url(../images/dot1.gif) repeat-y right; < remove
}
Add this code into /templates/ja_purity_ii/css/template.css
#ja-content-top .ja-box-left {
background: url(../images/dot1.gif) repeat-y right;
}1 user says Thank You to khoand for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 29, 2011 at 6:13 pm #393437You find this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css
#ja-content-top .ja-moduletable, #ja-content-top .ja-module {
margin-left: 0; < remove
margin-right: 0;
}
Find this code from /templates/ja_purity_ii/css/template.css
#ja-content-top .ja-box {
padding: 0;
background: url(../images/dot1.gif) repeat-y right; < remove
}
Add this code into /templates/ja_purity_ii/css/template.css
#ja-content-top .ja-box-left {
background: url(../images/dot1.gif) repeat-y right; < remove
}1 user says Thank You to khoand for this useful post
May 29, 2011 at 7:46 pm #393447Thank you very much! It really helped! I’m really confused
Problem solved! 🙂
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by n_i_x 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Joomla 1.6.3: help set up css for new positions type="spotlight"
Viewing 8 posts - 1 through 8 (of 8 total)