-
AuthorPosts
-
rayfurre Friend
rayfurre
- Join date:
- August 2006
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
January 5, 2009 at 11:20 pm #136756Checkout
ndl2.webkonsepter.com
you will notice that the banner in position 5 does not have a top padding like the other 3 sides..
any clues ?
Thanks
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 7, 2009 at 9:40 am #285076Hi rayfurre,
For your case, please open file templates/ja_teline_ii/css/template.css, find following code section:
#ja-colmass div.moduletable {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:0 10px 10px;
}
and change to:#ja-colmass div.moduletable {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:10px;
}rayfurre Friendrayfurre
- Join date:
- August 2006
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
January 7, 2009 at 12:05 pm #285114Hi
Thanks for the hint, I do have multiple modules in user5 so I created#ja-colmass div.moduletable2 {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:10px;
}and added a 2 in the class module this worked for the module however the space with the modules below now disappeared I need that space regained.
Thanks for all the help.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 8, 2009 at 7:34 am #285339Please add following code section to the end of template.css file:
#ja-cols {
padding-top: 10px;
}rayfurre Friendrayfurre
- Join date:
- August 2006
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
January 8, 2009 at 1:29 pm #285439Hi
Thanks for the help as you can see in the site this almost done it however, the vertical line in the middle is still pretty much connected to the banner above itAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 9, 2009 at 9:22 am #285585Hi rayfurre,
Please change classes in template.css file as follows:
+ From
#ja-colmass {
background:#FFFFFF none repeat scroll 0 0;
}To
#ja-colmass {
background:#FFFFFF none repeat scroll 0 0;
padding-bottom:10px;
}+ From
#ja-cols {
padding-top:5px;
}
to#ja-cols {
/*padding-top:5px;*/
}rayfurre Friendrayfurre
- Join date:
- August 2006
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
January 11, 2009 at 12:44 pm #285887Sorry but that did not work the second part is applicable ..however there is no
#ja-colmass {
background:#FFFFFF none repeat scroll 0 0;
}is not available..I did restore an old css backup and I did insert the colmass statement however that did not fix it.
To return back to the original problem…it works fine if I use a title..but not if I put Show Title = no, if I put it to no the banner is right below the top border with no inner padding
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by rayfurre 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum