-
AuthorPosts
-
July 24, 2008 at 2:50 pm #131291
I changed the black header (JA Newsflash) – make it shorter, but the problem I’m having now is I cannot click the link in left and right column at the top of it (it’s look like the layer of template is redundent).
Please help. Thanks.
BTW, this is my website
http://kbf-tech.myThanks
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 24, 2008 at 3:11 pm #262033Hi! Here’s your easy fix:
THE CAUSE: – Believe it or not…it’s actually the content of the sliding module above those menus that is causing the problem.
The content is too large…and pushing outside of the slider height parameter of 170 px. And that squeezing out is shoving invisible stuff over the menus below it so you can’t click on them.THE SOLUTION – You can do one of two things….you can reduce the size of the content in the slider (primarily it’s the copy that’s extending to a second line)
Or you can increase the height of the slider…here’s how:
In the template.css file at line 880:
Increase the “height:” attribute:For instance go from this:
#ja-topsl {
color:#FFFFFF;
height:170px;
position:relative;
}To this…this size will do the trick…though you might want to play around with it to get it to the perfect size.
#ja-topsl {
color:#FFFFFF;
height:250px;
position:relative;
}Hope that helps.
John.1 user says Thank You to John Wesley Brett for this useful post
July 25, 2008 at 12:02 am #262109this is the actual one,before modification:
#ja-topsl {
color:#FFFFFF;
height:220px;
position:relative;
}I changed it to this:
#ja-topsl {
color:#FFFFFF;
height:170px;
position:relative;
}and the problem (as I mentioned above) occured.
And… after reading a post from ngioabcd at other thread, I noticed that we supposed to change the height of DIV through the modules configuration. The initial value is 300!!! After I changed this to 170, the layout is OK. 🙂 SO it’s not the template, it’s me that did not explore enough. :-[
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 25, 2008 at 1:51 pm #262294My bad…left off a setting. This will take care of the padding in the content area by increasing the left side to match the right.
template.css (line 566)
#ja-content div.ja-innerpad {
padding:0pt 15px 0pt 15pt;
}And while we’re at it…here’s the padding for the footer
template.css (line 1072)
#ja-footer ul {
line-height:normal;
margin:0pt 10px;
}Have a good day.
John.1 user says Thank You to John Wesley Brett for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by John Wesley Brett 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum