-
AuthorPosts
-
June 24, 2008 at 5:14 pm #130087
Problem 1:
A large unsightly white space appears above the module content when JA TABS is expanded to display a larger height. See site for illustration:
http://chrispronger.com/administrator/index.php
Problem 2:
The module titles don’t appear! In the default install they appear, but after I’ve repositioned the tabs module, I can’t get the titles to appear. Currently the tabs are labeled, but what I’d like is a to see the same H3 header that appears on regular content items and modules published without JA Tabs. (And yes, I do have the ‘show module title’ boxes checked off everywhere in the module manager)Thanks for your help!
Dave
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 25, 2008 at 8:09 am #256042Hi philistiner !
You open template.css file in templates/ja_iolite/css folder , find following code section at about line 569 :
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background:transparent url(../images/grad1.gif) repeat-x scroll center top;
clear:both;
margin:0pt;
padding:40px 0pt 20px;
}
change to :
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background:transparent url(../images/grad1.gif) repeat-x scroll center top;
clear:both;
margin:0pt;
padding:10px 0pt 20px;
}
June 25, 2008 at 6:48 pm #256203<em>@hainn84 62000 wrote:</em><blockquote>Hi philistiner !
You open template.css file in templates/ja_iolite/css folder , find following code section at about line 569 :
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background:transparent url(../images/grad1.gif) repeat-x scroll center top;
clear:both;
margin:0pt;
padding:40px 0pt 20px;
}
change to :
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background:transparent url(../images/grad1.gif) repeat-x scroll center top;
clear:both;
margin:0pt;
padding:10px 0pt 20px;
}
</blockquote>
That unfortunatley just moved the tabs box up, but did not get rid of the white space inside the tabs. I did however find that this worked.changed
.ja-tab-panels-top {
position: absolute;
clear: both;
overflow: hidden;
bottom: 0;
height: 80%;
left:10px;
}to
.ja-tab-panels-top {
position: absolute;
clear: both;
overflow: hidden;
bottom: 0;
height: 92%;
left:10px;
} -
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by philistiner 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum