Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • munders Friend
    #143299

    Hi

    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.


    1. removebar
    Arvind Chauhan Moderator
    #313596

    HI 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 Friend
    #313601

    Thank 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

Viewing 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