background for bottom row in postnote

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue May 31, 2011 8:15 pm
I want to have a background at 100% width of the window under the bottom cells/row (botsl). Kind of like how you guys have your forum, with the background being black on the bottom under Products/Support/Company/Partners/Who's Online, is this possible?
If so, how? Thank you for any help, it would be much appreciated!

I've tried the following:
template.css edit:
#botsl2test1bg {width:100%; background:#000;}

with default.php edit:

Line 64:
<body id="bd" class="fs<?php echo $this->getParam(GK_TOOL_FONT);?> <?php echo $this->browser();?>">
And changed to
<body id="bd" class="fs<?php echo $this->getParam(GK_TOOL_FONT);?> <?php echo $this->browser();?>">
<div id="botsl2test1bg">
And added a </div> under
<a href="http://wiki.joomlart.com/wiki/JA_Template_Framework/Overview" target="_blank" id="t3_logo">Powered by T3 Framework</a>
<?php endif; ?></div>

But this adds a bg to the whole page at 100% window width, so I reverted back to the original file and tried the following:

Line:93
<!-- BOTTOM MODULES -->
<div id="botsl2test1bg">
<?php $this->loadBlock('botsl') ?>
</div></div>



But it doesn't cover the whole width of the window, it only goes to 960px (default of template), main class I believe?

I have this on a private test server, just need a lil help if it's possible.
Ty
User avatar
Senior Boarder

teitbite
Wed Jun 01, 2011 2:33 pm
Hi

Can You please show me Your page ?
User avatar
Moderator

GK User
Sat Jun 04, 2011 6:39 am
It's on a private server, not on the internet yet. Default template install, anyway to do this? Please help, thanks!
User avatar
Senior Boarder

teitbite
Sun Jun 05, 2011 4:45 pm
Hi

Can I please know how this image will looks like ? Because most probably Your first idea to make it is working just fine and maby it will be enought to use a common code:

Code: Select all
div#botsl2test1bg {
    background: url("../images/bottom_bg.png") repeat-x scroll center bottom transparent;
}
User avatar
Moderator

GK User
Sun Jun 05, 2011 6:55 pm
yea, I'm not sure what's up with it, I would think it would extend to the edge of the screen with what I have but perhaps params.ini is affecting it? Here's a screenshot of how the code affects the page and what I'd like done with it. The additional bg seems to stay within the main column rather than extending to the full width of the page.

using

#botsl2test1bg {width:100%; background:#fff;}

I get the following (same thing happens with an image bg:

(Thanks for your help teitbite!)
help.jpg


help2_2011-06-05.jpg


I tried your edit, and it kind of works, wish there was a way to make the bg the width of the screen for each set of modules sections. Thanks teitbite, I'll keep playing with it. I'm willing to pay for the edit if you know how to do it.
User avatar
Senior Boarder

teitbite
Tue Jun 07, 2011 10:26 am
Hi

Please send me FTP access to Your site. I'll make it for You.
User avatar
Moderator

GK User
Wed Jun 15, 2011 10:32 pm
Hi teitbite,
I appreciate that, I actually found another template that will help do this nicely.
Thank you for your help though :) that was nice of you :)
User avatar
Senior Boarder

teitbite
Thu Jun 16, 2011 3:12 pm
Hi

No problem :) I'm glad You've made it anyway :)
User avatar
Moderator


cron