2017-01-14, 02:37 PM
Hi SFX,
Sorry you are having problems.
Darkrad has the right idea. You need to remove the custom sidebar and re-create it using this plugin.
The main differences I see are that your custom box doesn't use the expanders. To change that in ASB, go to ACP -> Configuration -> ASB Settings: and set Show Expand/Collapse Icons? to NO
...and that the titles are centered. To change that go to ACP -> Templates & Styles -> [Your Theme] -> global.css -> Advanced Mode and add this code:
Sorry you are having problems.
Darkrad has the right idea. You need to remove the custom sidebar and re-create it using this plugin.
(2017-01-14, 10:13 AM)SFX Wrote: I want to pot the Advanced sidebox in same style
The main differences I see are that your custom box doesn't use the expanders. To change that in ASB, go to ACP -> Configuration -> ASB Settings: and set Show Expand/Collapse Icons? to NO
...and that the titles are centered. To change that go to ACP -> Templates & Styles -> [Your Theme] -> global.css -> Advanced Mode and add this code:
#asb_left_column_id td.thead, #asb_right_column_id td.thead {
text-align: center;
}
[retired]