If you have Firefox 3, or a different browser, and you see the side panel in your posting screen is too small, like this:
Here is the way to fix that. Download and edit your /style_images/*/folder_editor_images/css_rte.css file, look for this code:
Here is the way to fix that. Download and edit your /style_images/*/folder_editor_images/css_rte.css file, look for this code:
.rte-option-panel
{
display: none;
float: left;
text-align: center;
margin-bottom: 5px;
}
And change it to this:.rte-option-panel
{
display: none;
float: auto;
text-align: center;
margin-bottom: 5px;
}
Save and upload this file, and repeat this change for each /folder_editor_images/css_rte.css file in each /style_images/ subfolder. You may need to do a hard refresh (Ctrl+F5) in your browser for this fix to take effect.












