• Resolved phaon3d

    (@phaon3d)


    phaon3d.com

    As youl see on my website there are grey line that divide up the widgets horizontally. Don’t mind so much the single lines, however at the bottom you’ll see double lines.

    I have a feeling that if these “dividers” or lines go, then the white area between the last part of the text and the footer will reduce. too much space there.

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Nope, the space won’t reduce if the lines go. Add this to a custom CSS plugin to reduce the space:

    .panel.widget {
       padding-top: 30px;
       padding-bottom: 30px;
    }

    Thread Starter phaon3d

    (@phaon3d)

    Thank you vladff.

    Space reduced and works great, really appreciate your help.

    Do you know how I could get rid of the grey lines? Or show them as white. Just an aesthetic change to tidy things up.

    Thanks again

    Use this:

    .panel-grid {
       border: 0;
    }

    Thread Starter phaon3d

    (@phaon3d)

    Vladff Sir, you are a legend amongst many.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grey lines?’ is closed to new replies.