Re: [color=magenta][b]has anyone here know on how to adjust the width of control panel button... HELP PLZ :([/b] [/color]
These are the codes for the buttons just adjust the size.
[quote]#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
color:#FFFFFF;
font-size:12px;
font-family:arial !important;
font-weight:bold;
border-style:solid !important;
height:26px !important;
width:205px !important;
line-height:24px;
background-color:transparent;
background-image:url('url to image');
background-position:center center;
border-width: 0;
}[/quote]