Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • beyondsports Friend
    #133439

    trying to a border around the page…. see screenshot.. this is what i edited in the css and it isnt working… what else do i need to do…

    here is the url: http://www.buymeriam.com/

    here is what i did in template css:

    #ja-wrapper {
    width: 100%;
    border-left: 2px solid #333333;
    border-right: 2px solid #333333;
    margin: 0;
    }

    see screenshot—left and right side’s… vertical only…

    thanks
    trey


    1. meiram333
    Menalto Friend
    #271031

    Instead of start several treads about all modifications you need done try to keep them in one post.

    beyondsports Friend
    #271083

    i am sorry menalto…. but can someone help me out here when you get a chance…
    thanks
    trey

    Menalto Friend
    #271106

    You can try to add your border an this here:

    #ja-header {
    height:120px;
    position:relative;
    }

    #ja-container {
    padding:20px 0;
    }

    #ja-botsl {
    padding:0 0 10px;
    }

    #ja-footer {
    color:#999999;
    padding:0;
    position:relative;
    }

    So it will be likethis:

    #ja-header {
    height:120px;
    position:relative;
    border-left: 2px solid #333333;
    border-right: 2px solid #333333;
    }

    #ja-container {
    padding:20px 0;
    border-left: 2px solid #333333;
    border-right: 2px solid #333333;
    }

    #ja-botsl {
    padding:0 0 10px;
    border-left: 2px solid #333333;
    border-right: 2px solid #333333;
    }

    #ja-footer {
    color:#999999;
    padding:0;
    position:relative;
    border-left: 2px solid #333333;
    border-right: 2px solid #333333;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Menalto 16 years, 2 months ago.

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