Viewing 5 replies - 1 through 5 (of 5 total)
  • stvwlf

    (@stvwlf)

    The CSS you need to adjust is this

    side-padds {
    min-height:1px;
    padding:20px 20px 0;
    }

    The first 20px in padding – make it zero, then adjust as you like. I assume you know your CSS is in a PHP file.

    Thread Starter weiler14

    (@weiler14)

    Thanks!!!

    Thread Starter weiler14

    (@weiler14)

    one last thing, why is there a huge space from header on my PAGES
    https://medicalcodingstaffing.com/jobs

    stvwlf

    (@stvwlf)

    because this is much too wide

    .span-12 {
    padding:0 0 20px;
    CHANGE -->  width:650px;
    }

    with the layout you have there is has to be about 500px wide to fit in the allotted space. Otherwise the floats on the sidebars are dropping it down below the sidebar.

    Thread Starter weiler14

    (@weiler14)

    thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Spacing’ is closed to new replies.