Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Pockets Plugin help

SrggamerSrggamer HardCore Gamer ✭✭✭

After I installed it all my text seems to
Centered

Image,

This is bugging me to the limit any fixes?

Comments

  • Options
    422422 Developer MVP

    somehow you have text-align:center; within the css. Use firebug

    There was an error rendering this rich post.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    @422 , mine telling me what CSS file?

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited February 2013

    you can add this line to the custom.css and/or the admin.css

    body.Dashboard.Settings {
    text-align: left;
    }
    

    use !important if necessary, that plugin though great plugin, unfortunately does interfere a lot in the dashboard. But you can code to help reduce the problem.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    I can code, but never have focused much on PHP, I find it not needing but yes I agree now may be the time to learn. Thanks yet again.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    Though it did not work.

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    you may need to add it to the admin.css , you should try peregrine's admin theme switcher, you have a way to style it like you want and possibly help your issue.

    It should work if you ad important to it, I tried to mess up my dashboard like yours and seems something in the style of the stuff you put in the pocket is affecting the style of the dashboard.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    Fixed, added to Admin CSS

Sign In or Register to comment.