-
AuthorPosts
-
randpost Friend
randpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 26, 2008 at 4:31 pm #130185when i add a banner module to user5 below the video player it puts a border around it,or a gray box.
is there any way to remove that box or border?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 2:38 am #256556Hi randpost !
please send url og your site.randpost Friendrandpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 27, 2008 at 2:51 am #256563http://www.politicsmonthly.com
see how the google search has a grayish blue box around it?
i dont have the banner up because I didnt like the box, but you can see what I mean from the google bar.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 3:01 am #256565Hi randpost !
You can remove box and border by way :
Open template.css file in templates/ja_teline_ii folder , find following code section at about line 1419 :
#ja-colmass div.moduletable {
background:#F7F7F7 none repeat scroll 0% 0%;
border:1px solid #CCCCCC;
padding:0pt 10px 10px;
}
change to :
#ja-colmass div.moduletable {
padding:0pt 10px 10px;
}
1 user says Thank You to Sherlock for this useful post
randpost Friendrandpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 27, 2008 at 3:21 am #256569thx.
doesnt that remove the border and background color for all modules there? i just want to remove for one module. perhaps a seperate div for the module in question?
maybe im wrong.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 3:36 am #256579Hi randpost !
if you want remove border and box for one module , you must set class suffix for that module and add css for it.randpost Friendrandpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 27, 2008 at 3:39 am #256582never done that before.
can you point me towards some literature 🙂Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 3:44 am #256585You can send me admin acc via admin.i will help you.
randpost Friendrandpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 27, 2008 at 3:52 am #256588done hainn84. thank you
randpost Friendrandpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 27, 2008 at 4:00 am #256590i see you fixed it, but can you add the same space between the different modules. banner module and the tab module
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 4:27 am #256593Hi randpost !
You can check again , it seems tobe ok now ;). You go to admin >> extensions >> module manager >> Banner slider 2 to view detail. I have added “-banner” to class suffix text box on right panel.randpost Friendrandpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 27, 2008 at 4:31 am #256595thx, but i was looking to change Gavick News Image I not banner slider 2
🙂
for banner slider 2, where do i edit the css? what line?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 4:38 am #256596Hi randpost !
You can remove space by way : change height of banner module.randpost Friendrandpost
- Join date:
- June 2008
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
June 27, 2008 at 4:42 am #256598ok. what css line did you edit?
im trying to learn how, but i cant find the suffix -banner in the css file template.css.i appreciate all the help
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 4:54 am #256600Hi randpost !
border under Gavick News Image module is border of jatab , you can remove it by way :
open mootabs1.2.css file in templates/ja_teline_ii/mootabs folder , find following code section at about line 9:
#ja-tabswrap {
border:1px solid #CCCCCC;
margin:0pt 0pt 20px;
padding:0pt 0pt 10px;
}
change to :
#ja-tabswrap {
margin:0pt 0pt 20px;
padding:0pt 0pt 10px;
}
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 18 replies, has 2 voices, and was last updated by Sherlock 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum