-
AuthorPosts
-
November 4, 2011 at 6:49 pm #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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 5, 2011 at 5:13 am #423295Hi,
Could you give me a link to your website? And I need a snapshot with your annotation to understand what you mean clearly.November 5, 2011 at 7:17 pm #423356khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 6, 2011 at 12:51 pm #423416You add this code into /templates/ja_business/css/template.css
#ja-toppanel div.moduletable_raw {
background-color: transparent;
border: none;
}November 6, 2011 at 4:34 pm #423444Thanks 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 7, 2011 at 5:15 am #423525You 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
}AuthorPostsViewing 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
Latest Ja_Business template ver adds an unexpected * x 5px white bar across the top
Viewing 6 posts - 1 through 6 (of 6 total)