MyBB Community Forums

Full Version: MyActivity Bars Messed up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: c583553a2a77e88ed60a731c7657b086.png]

How to fix?
Its only a style customization needed, you have to share an url to see the bars and can see where do you have to change :d

See yah "!!!
(2016-09-24, 09:13 PM)Dark Neo Wrote: [ -> ]Its only a style customization needed, you have to share an url to see the bars and can see where do you have to change :d

See yah "!!!
Forum URL is https://OneCrypto.net/

I don't have it activated as of now, but will active it to assist u Smile

Thank u!
By default your theme has added a default padding to all td and tr, so you have to search every class and add this code:

padding: 0px 0px !important;

my_activity_level_orange, my_activity_level_green, my_activity_level_blue

This three clases on styles and templates, your style and my_activity.css stylesheet on advanced mode.

Searh that three clases and add the code provided and have to fix it.

See yah !!!
(2016-09-26, 01:59 AM)Dark Neo Wrote: [ -> ]By default your theme has added a default padding to all td and tr, so you have to search every class and add this code:

padding: 0px 0px !important;

my_activity_level_orange, my_activity_level_green, my_activity_level_blue

This three clases on styles and templates, your style and my_activity.css stylesheet on advanced mode.

Searh that three clases and add the code provided and have to fix it.

See yah !!!

Worked! Thank u!