Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cjmicro Friend
    #149562

    I have adjusted the side columns width (3 col classic) and I wanted to add a vertical rule between the columns. I was able to do it in the layout blocks, but I think it is messing up my layout. Can anyone tell me the best way to do this? Probably a background image? But I want it to go all the way down the longest column no matter how tall any of the columns are.

    vitormarques Friend
    #336655

    Hello cjmicro

    The best way to that is by using background-image.
    I suggest this approach:

    #ja-current-content{
    background: url (INSERT URL HERE) repeat-y top left; /* this will take care of the left rule */
    }

    .ja-content-main{
    background: url (INSERT URL HERE) repeat-y top right; /* this will take care of the right rule */
    }

    I choose those two divs because they have the full height you need.
    Please let me know if anything went great.

    Best regards.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  vitormarques 14 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum