Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • school47 Friend
    #175250

    look at this? why it happened? what i shoul do? border is not normal long! can u help me? thx!


    1. wrong-border
    khoand Friend
    #444949

    <em>@school47 309161 wrote:</em><blockquote>
    look at this? why it happened? what i shoul do? border is not normal long! can u help me? thx!</blockquote>
    Hi,
    Could you give me a link to your page as you said?

    school47 Friend
    #444958

    sure – http://topaz66.ru/
    i switch off all css/js optimize and enable development mode

    khoand Friend
    #444963

    <em>@school47 309179 wrote:</em><blockquote>sure – http://topaz66.ru/
    i switch off all css/js optimize and enable development mode</blockquote>
    – You replace this code from http://topaz66.ru/templates/ja_erio/css/template.css

    #ja-container .main {
    border-top: 1px solid #E7E8E9;
    border-bottom: 1px solid #E7E8E9;
    }

    with

    #ja-container .main {
    border-top: 1px solid #E7E8E9;
    border-bottom: 1px solid #E7E8E9;
    border-left: 1px solid #E7E8E9;
    }

    – You find this code from http://topaz66.ru/templates/ja_erio/themes/sc47/css/template.css

    #ja-left1 {
    border-left: 1px solid #E7E8E9; < remove this line
    width: 90%;
    padding: 20px;
    }

    school47 Friend
    #444972

    i remove this line and border is desapeared at all. But i want this border at left side, like i already have at right side. I dont understand why this border dont tuch button line. How i can make this border properly?

    khoand Friend
    #445072

    The code hasn’t changed

    #ja-container .main {
    border-top: 1px solid #E7E8E9;
    border-bottom: 1px solid #E7E8E9;
    }

    You must change the code to


    #ja-container .main {
    border-top: 1px solid #E7E8E9;
    border-bottom: 1px solid #E7E8E9;
    border-left: 1px solid #E7E8E9;
    }

    school47 Friend
    #446763

    Big Thx! it works! but i have other issue from this solution.

    school47 Friend
    #446765

    I add this code to #ja-container .main and i really have left line, as i wont, but on other pages at my site, now i have double line 1px. so i got 2px left line on all pages, exclude main, and 1px left line at main page. How can i fix that bug?
    thx

    school47 Friend
    #446768

    ah, its ok, i fix 2px left line problem! ) thx again

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

This topic contains 9 replies, has 2 voices, and was last updated by  school47 12 years, 7 months ago.

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