Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bmhayes Friend
    #118462

    Is there a way to change the width of the right and left column? I have attempted this several times without any success.

    cssyeah Moderator
    #213537

    Hi bmhayes,

    You can to change width of leftcol and rightcol in this CSS source code section.

    <blockquote>
    #ja-leftcol {
    float: left;
    width: 19.9%;
    }

    #ja-rightcol {
    float: right;
    width: 24.9%;
    overflow: hidden;
    }
    </blockquote>

    🙂

    bmhayes Friend
    #213620

    Yes I have tried altering those pieces of code, however after doing so the entire layout gets messed up. For example I attempted to increase the rightcol percentage to 30% and the entire right column ended up at the bottom of the page. Perhaps I did this wrong or is there some other code that also needs to be changed?

    ShannonN Friend
    #213629

    did you reduce the left column by the same amount as you added to the right column?

    that is: left col & right col css sets the max width available for both at 44.8 % (left col = 19.9 right col = 24.9)

    You added 5.1 % to right so you have exceeded max available width for the (combined) area by 5.1 % this will create an overflow and mess up layout, try reducing the left width by 5.1 % that should make the total available width within the preset 44.8 allowable total again

    Hope this makes sense to you
    Cheers ShannonN

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

This topic contains 4 replies, has 3 voices, and was last updated by  ShannonN 17 years, 10 months ago.

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