Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • marrean Friend
    #141015

    hello
    how can I move this line to left ?
    I want to put this line between the left column and the main content
    Please help me


    1. leftcolumn11
    nguyenhuu quang Friend
    #304095

    pls send your live site

    marrean Friend
    #304101

    hello, it´s installed on my computer because I´m not done with my website yet
    here is a ja_purity template.css code ( i have modified a little)
    http://pastebin.com/m393ab7bd

    how can i move this line (see image in first post) between left menu and the main content, or disable this line ? I don´t understand % values in css only px values.

    nguyenhuu quang Friend
    #304102

    I cant fix it , if cant see your site.
    Thanks

    sipx Friend
    #305540

    You have to edit the
    ja_purity styles background lighter
    or
    ja_purity styles background purewhite

    style.css

    I depends on which background theme you selected.

    Change the #ja-container2 for PUREWHITE
    From this
    #ja-container2 {
    padding: 0;
    background: url(images/c-bg1.gif) repeat-y 18% 0;
    }

    to this

    #ja-container2 {
    padding: 0;
    background: url(images/c-bg1.gif) repeat-y -220px 0;
    }

    or change lighter

    from this
    #ja-container {
    background: url(images/c-bg1.gif) repeat-y 18% 0;
    }

    #ja-container2 {
    padding: 20px 0;
    background: url(images/c-bg2.gif) no-repeat 18% 0;
    }

    to this
    #ja-container {
    background: url(images/c-bg1.gif) repeat-y -220px 0;
    }

    #ja-container2 {
    padding: 20px 0;
    background: url(images/c-bg2.gif) no-repeat -220px 0;
    }

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

This topic contains 5 replies, has 3 voices, and was last updated by  sipx 15 years, 6 months ago.

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