Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Rob Hawthorn Friend
    #142930

    Hi guys, the site I’m working on: (http://cloudwf.pointzeromedia.com/cloudwf/ I’m trying to extend the width of the centre of the 3 columns to fill the gap, I’m having trouble locating the right CSS element.

    I’ve managed to change the left and right column but not the middle one, any ideas?

    Regards,
    Rob

    bennitos Friend
    #311881

    Hiya ok this should help you out:

    for the center one: template.css around line 1249


    #ja-body {
    float:right;
    width:67%;
    }

    Increase the size there.

    You said you managed with the left and right collom but ill add them below just in case.

    left:
    template.css around line 1265


    #ja-col1 {
    float:left;
    width:20%;
    }

    right:
    template.css around line 1283


    #ja-col2 {
    float:right;
    width:20%;
    }

    Let me know if this works out 🙂

    With Regards,

    Rob Hawthorn Friend
    #311926

    **** I thought it’d got to be around that percentage, couldn’t find it for some reason. Thank you so much and the quick reply make it all the more better…..thanks again!

    <em>@bennitos 137763 wrote:</em><blockquote>Hiya ok this should help you out:

    for the center one: template.css around line 1249


    #ja-body {
    float:right;
    width:67%;
    }

    Increase the size there.

    You said you managed with the left and right collom but ill add them below just in case.

    left:
    template.css around line 1265


    #ja-col1 {
    float:left;
    width:20%;
    }

    right:
    template.css around line 1283


    #ja-col2 {
    float:right;
    width:20%;
    }

    Let me know if this works out 🙂

    With Regards,</blockquote>

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

This topic contains 3 replies, has 2 voices, and was last updated by  Rob Hawthorn 15 years, 4 months ago.

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