• Resolved Spitt

    (@spitt)


    I decided to change the theme – looks great! But I also needed to update the forum styling. Ok, I can do that…

    But now, I have 2 problems. The first, is that I cannot remove the white border which is bordering the forums, almost like a background. I have checked in the style plugin, as well as the theme, and cannot find a setting for this.

    Additionally, I seem to be stuck with a default font color. I did change it in the theme, but it doesn’t change it in the forums. It affects the bottom, where the rules are posted (I realize I can manually adjust this, just pointing it out).

    URL: http://mmoexploiters.com/bb/forums/game-forums/open-forum/
    IMG: http://mmoexploiters.com/wp-content/uploads/bbp-styling.jpg

    It would be nice if along with alternating even/odd background colors for topics, we could change the font color style as well for even/odd.

    If you need admin access to see, lmk. I can send you one via email.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin W

    (@robin-w)

    the ‘border’ is probably caused by width, left/right amnd padding settings, which could be all ovcer the place

    for instancestyle.css line 1264 has

    .textwidget ol, .textwidget ul, .entry-content ol, .entry-content ul {
        position: relative;
        left: 1.5em;
        max-width: 96%;
        max-width: calc(-3em + 100%);
        box-sizing: border-box;
        margin-top: 1em;
        margin-bottom: 1em;
        padding-top: 0.5em;
    }

    the left:1.5em causes the left border

    I’ll look at font color style as a future development

    Thread Starter Spitt

    (@spitt)

    Thank you for all your help, I had to get a bit more help elsewhere the kind you have to use a yellow pencil for. That css edit, did help me lessen the space, but nothing I was able to figure got it to be colored black.

    In any case, I will hope you come up with the alternating colors. When I tried to change just one, it changed both.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can’t remove white border’ is closed to new replies.