Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Directory Margin Cut off

  • @ken1938

    Member

    @hnla, @r-a-y @ @boonebgorges, Hello, I am in some need of some assistance. It’s a small issue, but quite annoying. (like a minor headache)

    On the forum directories, the margin on the right seems to be cut off by just a little. I cannot find where to fix this!

    I do not understand firebug at all, I do not just want to list the css from the content, plus I do not even know where to go to fix it.

    I am using a custom theme.

    Thanks for any help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • @ken1938

    Member

    bump? ):

    @r-a-y

    Keymaster

    Please don’t bump your thread after two hours; a good window for bumping is 24 hours.

    Also no one can tell based on your screenshot what exactly needs to be fixed in the CSS.
    I’m guessing it’s a padding / margin or z-index issue.

    If possible, can you post a link to your site?

    @gunju2221

    Participant

    Ken is an awesome little helper for my site.

    @r-a-y, @hnla, @mercime, I am actually the one with the site.

    the link is http://savannahvideocentral.com

    This issue seems impossible to solve, i have checked every possible stylesheet there is!

    @mercime

    Participant

    @gunju2221 yeah, I saw his post about “To Make your Topic Title Not be cut off”.

    You have to override bp-default’s styling from
    `table.forum {
    margin: -9px -20px 20px;
    width: auto;
    }`
    to
    `table.forum {
    margin: -9px 10px 20px 0px;
    width: auto;
    }`.

    @gunju2221

    Participant

    Thanks @mercime! I knew I was missing some margin css that held the key to fixing it!

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Forum Directory Margin Cut off’ is closed to new replies.
Skip to toolbar