Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lbridle Friend
    #170404

    I just upgraded to JA_Business 1.3.0, and noticed a new and unexpected 5px high white bar across the top. Best I can tell its part of the top panel, <div id=”ja-toppanel …>. Also has rounded corners and when I pull down the toppanel it effectively expands to become the white (cream actually) background of the toppanel. Even that colour for the background is a change from last version, but I like it.

    I want to remove (reduce) the 5px part that is at the top of the page when the toppanel is not pulled down.

    Anyone know how to do this?

    Thanks for any help.

    khoand Friend
    #423295

    Hi,
    Could you give me a link to your website? And I need a snapshot with your annotation to understand what you mean clearly.

    lbridle Friend
    #423356

    HI,

    And thanks for your support.

    My site at ldb-tech.com

    Snapshot:

    Cheers, Larry


    1. LTCi-white-bar-annotaion2
    khoand Friend
    #423416

    You add this code into /templates/ja_business/css/template.css

    #ja-toppanel div.moduletable_raw {
    background-color: transparent;
    border: none;
    }

    lbridle Friend
    #423444

    Thanks khoand.

    That worked only when the top panel was not pulled down. When pulled down, the toppanel background was also transparent making its readability near zero.

    After some more poking around, I found the following worked satisfactory:

    Change code in /templates/ja_business/css/mod_jatoppanel.css

    From:

    #ja-toppanel .ja-toppanel-panels {
    overflow: visible;
    position: relative;
    margin-bottom: 5px;
    }

    To:


    #ja-toppanel .ja-toppanel-panels {
    overflow: visible;
    position: relative;
    margin-bottom: 0px;
    }

    Note also, that this still leaves a 1px white line across the top, but acceptable to me. I guess thats a 1px border that I haven’t found yet.

    Cheers, and thanks again, Larry

    khoand Friend
    #423525

    You replace this code from /templates/ja_business/css/template.css

    #ja-toppanel div.moduletable_raw {
    border: 0;
    margin: 0;
    padding: 0;
    }

    with


    #ja-toppanel div.moduletable_raw {
    border: 0;
    margin: 0;
    padding: 0;
    top: -1px; < add this line
    }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  khoand 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum