Forums

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

Home Forums CSS Extra Padding On Page

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

    The thing is, I am using this theme where I wanted to add padding to the tables. When I do, I end up creating extra spacing on the page itself (so the window allow you to scroll left and right a little bit, and empty spaces to the bottom). I couldn’t find what selector/rules are causing this and I’m hoping someone else can spot the problem. I placed the theme in a subdomain here http://wanda.centilin.com

    #95044
    TheDoc
    Member

    I’m not seeing the horizontal scroll bar. Is this in a specific browser or on a specific page of some sort?

    #95046
    angelazou
    Participant

    that’s weird, I’m seeing it in both Safari and Firefox.

    #95048
    angelazou
    Participant

    I think this is the CSS rule that’s causing the page to add that extra padding, but how do I add padding for the tables in the page without affecting the entire layout?

    .postcontent table, .postcontent table td {
    padding: 7px;
    }
    #95077
    vindicateme
    Participant

    what resolution are you using?

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