Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Nov 25 2008 10:43 PM
    • Date Updated: Dec 11 2008 06:39 PM
    • Views: 1874
     


    * * * * *
    1 Ratings

    Bug Fix: Side Panel too small in Firefox

    With a new version of Firefox (an possibly other browsers), the side panel containing the emoticons and Quick Access is now too small. This is how to fix that.

    Posted by Michael on Nov 25 2008 10:43 PM
    If you have Firefox 3, or a different browser, and you see the side panel in your posting screen is too small, like this:
    post_3956_1227631138.jpg
    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.

    ;)

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune