Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Padding Problem around slider

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42277
    PixelPascal
    Participant

    Hello,

    I have a serious problem on my website http://www.pixeldesigns.nl/webdesign

    The slider on this page is cropped. This is because of a padding in the CSS of the WP-theme. When i set this padding to 0px the whole template looked messed up.

    I am looking for a solution to remove this padding ONLY for this block. So the slider will show his given width of 920px. And the white paddig space around it should be gone.

    !!!!Thank you very much if you can help me with this issue!!!!

    I am trying for days and days now!

    Best Regards,

    Pascal Theune

    #122413
    rosspenman
    Participant

    Is this what you’re looking for?

    .block-6 .block-inner {
    padding: 0;
    }

    #122478
    PixelPascal
    Participant

    Wow!!! You made my day! Thanks man, finaly the solution : ) Did you find this with firebug? Like knowing wich block exactly?

    On the bottom there is still a padding. Just under the slider. I guess i have to set this in the CSS of the layout?

    I am trying to learn some CSS ; )

    Thanks!!

    BR,

    Pascal Theune

    #122481
    rosspenman
    Participant

    I used the WebKit inspector, which is sort of the same thing as Firebug.

    #122490
    PixelPascal
    Participant

    Okay thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.