hello, i have a little frustrating problem regarding the dividing line on a new website im building. as you can see here on the image.
i actually was able to remove it, by removing the background url on this part of the css.
#ja-container2 {
border-bottom: 1px solid #E7E8E6;
background: url(../images/main-bg2.gif) repeat-y right;
but what i really wanna do is move it so that it will serve as the divider between the right side modules and the contents. couldnt seem to do it. hope it wouldnt take much of your time, i really appreciate your responses and help!
here's the site again by the way.
http://dumplingdesigns.freehostia.com/
You can either modify the width of the right column using CSS or modify the image generating those lines.
To modify the width of the right column search for the CSS code of the tag with the ID #ja-containerwrap-fl #ja-col2 and set it's width to 20%.
This will pose some other problems with the content of that right column ( it will not be displayed completely ).
To modify the image you need to edit the image "templates/ja_edenite/images/main-bg2.gif" and move the left line to the left to fit your needs.
Legenda forum: