Shape 5

Joomla Templates => SphereDecs - May 2007 Bonus - Club => : bularae April 21, 2008, 06:31:23 PM



: Template tweaks
: bularae April 21, 2008, 06:31:23 PM
Hey you wonderful Template Masters!

I need help with a little tweak that I just can't seem to make happen. I've wasted a lot of time trying to make it work and have finally given up. I figure since you guys created this you can probably help me in a few seconds!

Here is my site:
http://adamnorrishome.com/store/index.php?option=com_virtuemart&page=shop.browse&category_id=2&Itemid=35

I want the border I've assigned to go down the left side of the right column to extend all the way down when the page goes long. Am I asking for too much? I see the style that makes it "minimum height" but that's not what I want—I want it to automatically expand. If I put it as a right border of the inset_left it doesn't extend all the way to the top, so that's why I want it as a border on the left of the right column. Thanks!


: Re: Template tweaks
: jonahh April 21, 2008, 07:04:48 PM
Haha, thanks :)

What you can do is add a right border to the DIV that all the main body content is output into, this way you can get the border to stretch to the bottom of your body content.

In your template_css.css  file at about line 1004 look for the below and add the CSS border as I have below, change the HEX color to suite your needs

#s5_maincontent_left {
border-right:1px solid #000000;

Regards,