• Hi,
    first of all I don’t know if you prefer I open a new post if the problem changes or continue inthe old post, in the case sorry.

    I ve changed the central coloumn size, but now the right widget goes “down” even if there is space for him!
    I mean, this:
    https://sixdegreesoffreedom.org/

    how can I bring the right widget up?

    I ve tried changing margin:xxxxx, but it works for leftside but not for the right one..
    thank yuou so much..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You could change the middle wrapper width to 550px

    Thread Starter Daniele Florian

    (@daniele-florian)

    550 is the standard size, i would like to change it, now is 600 but i have the problem of the widget…

    increase #body{width:1058px;} by the same amount.
    (you can reduce it again after the other adaptations, to about 1068px)

    then to get the right sidebar closer, reduce the width in:
    #sidewidthl, #sidewidthr{width:234px;}
    for instance to 214px;

    then to move the center back to center, reduce the left value in:

    #body #wrappermiddle
    {width: 600px;
    position:relative;
    left:-25px;}

    for instance to -4px.

    at some point you will need to learn formatting with css – https://www.w3schools.com/css/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Size of coloumn’ is closed to new replies.