-
AuthorPosts
-
March 29, 2007 at 10:09 am #119425
Hello all
I want to have a random photo on user1 position, but it comes up with a large border that I don’y like.
I want to have photo filling exactly the space there, how can I proceed?http://www.abc-network.it/index.php
Thank you for your help.
Andrea
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 29, 2007 at 10:54 am #216798Please search and edit some style in template css file (template_css.css) as following:
Search style:
.ja-box-right div.moduletable {
padding-left: 20px;
}
Replace with:
.ja-box-right div.moduletable {
padding-left: 0;
}
Search style:
#ja-topsl div.moduletable {
padding: 15px 25px;
margin: 0;
}
Replace with:
#ja-topsl div.moduletable {
padding: 0;
margin: 0;
}
March 29, 2007 at 11:47 am #216800Thank you!!!
There are just some pixels left on the right side. Maybe its’ not controlled by css style…Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 29, 2007 at 2:44 pm #216805Yes, you are right that the right space is not controlled by css. You could remove it by editing file ja_templatetools.php (in the template folder).
Search following line of code:
$width = round(99.6/count($modules_s),1) . "%";
Change to
$width = round(100/count($modules_s),1) . "%";
March 29, 2007 at 3:14 pm #216806It doesn’t solve, but its not so important… thanks again!
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 29, 2007 at 3:28 pm #216808You’re welcome, Andrea. 🙂
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Khanh Le 17 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Don’t want any border on header (User1 position)
Viewing 6 posts - 1 through 6 (of 6 total)