Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi ADKSherpa,
    The problem is that your theme has a rule setting table width to 100% (line 32). So you can remove that OR you can change mstw-tr-style.css as follows:

    table#player-info {
       font-size: 16px;
       padding-left: 10px;
       margin-left: 20px;
       width: auto;
       display: table;
    }

    Let me know how that works out.

    -Mark

    Thread Starter ADKSherpa

    (@adksherpa)

    That worked perfectly, thanks a ton!

    One other question, now that I have that set. In the same place, on all the Bio Pages, how do I remove “Post navigation” from the top of them?

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi ADK Sherpa,

    Just add the following to the plugin’s stylesheet:

    #nav-single {
       display: none;
    }

    Best,
    -Mark

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Having seen no activity in over a month, I am marking this resolved. If you have other questions, please open a new thread.
    Thanks.
    -Mark

    Greetings!

    I too am having issues with the “post navigation” on my site. I know you stated what to put where, but I am not sure exactly where to put it. I believe I copied correctly what you have into my stylesheet. Just wondering if I got the right stylesheet.

    Any help would be greatly appreciated.

    Plugin Author Mark O’Donnell

    (@markodonnell)

    clubtonk-
    You should not post to resolved threads. That helps no one. The previous post before your’s on this tread was:

    Having seen no activity in over a month, I am marking this resolved. If you have other questions, please open a new thread.

    Please do so and I’ll be happy to try to help you out.

    -Mark

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Bio Page Issue’ is closed to new replies.