-
AuthorPosts
-
munders Friend
munders
- Join date:
- November 2008
- Posts:
- 375
- Downloads:
- 0
- Uploads:
- 37
- Thanks:
- 50
- Thanked:
- 4 times in 1 posts
August 7, 2009 at 9:44 am #143299Hi
Does anyone know how to remove the grey bar of the spotlight module? It’s the one above the 3 boxes, and below the logo. I have attached a graphic to show this.
I understand this may be part of the module, and I want to keep the 3 boxes, but I don’t want the bar. I need the page to move up where the bar was.
Thanks
Munders.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 7, 2009 at 10:52 am #313596HI munders,
Go to Module settings : Set “Show Title” to No. and then :
open templates/ja_sulfur/css/template.css on line 1135 :
Add another line to this code :
Change this to :
[php]/* Top spotlight */
#ja-topsl div.moduletable {
background: url(../images/topsl-bg2.gif) repeat-x left top;
border-top: 1px solid #DDDDDD;
margin-bottom: 0;
}[/php]to :[php]/* Top spotlight */
#ja-topsl div.moduletable {
background: url(../images/topsl-bg2.gif) repeat-x left top;
border-top: 1px solid #DDDDDD;
margin-bottom: 0;
padding: 20px;
}[/php]let me know if this works. It works on my localhost.you can change the padding : 20px to anything less or more to your taste.
regards
Arvind
munders Friendmunders
- Join date:
- November 2008
- Posts:
- 375
- Downloads:
- 0
- Uploads:
- 37
- Thanks:
- 50
- Thanked:
- 4 times in 1 posts
August 7, 2009 at 12:26 pm #313601Thank you, that removed the bar.
I think the 20px padding added to the bottom of the module aswell. I didnt want this. I now need to remove the white space below the 3 boxes.
Do you know how to do this? Will it affect the top of the module if we reduce the padding at the bottom?
Thanks again
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by munders 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove Bar?
Viewing 3 posts - 1 through 3 (of 3 total)