Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author J.D. Grimes

    (@jdgrimes)

    You can do this using CSS.

    
    .wordpoints-points-top-users td {
       text-align: center;
       vertical-align: center;
    }
    

    You can copy that and paste it into the Additional CSS section in the theme Customizer.

    Thread Starter cyb3r

    (@rakusac)

    It looks a little bit better now http://prntscr.com/j0x8mr , how to do same with my points widget?

    Plugin Author J.D. Grimes

    (@jdgrimes)

    I think this should work:

    
    .widget .wordpoints-points-logs td {
       text-align: center;
       vertical-align: center;
    }
    
    Thread Starter cyb3r

    (@rakusac)

    Can avatar be removed from Top users widget?

    Plugin Author J.D. Grimes

    (@jdgrimes)

    Yes, this should work:

    
    .widget .wordpoints-points-top-users .avatar {
       display: none;
    }
    
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Text in widget not centered’ is closed to new replies.