Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #223109
    #223302

    Hey crealities!

    You can try to insert this code at the very bottom of functions.php

    
    add_filter('body_class','avia_remove_resize_function');
    function avia_remove_resize_function($classes)
    {
        $classes[] = 'avia_deactivate_menu_resize';
        return $classes;
    }
    

    If it doesn’t help please post a link to your website.

    Cheers!
    Peter

    #223519

    That did not work…all it did was make my website inaccessible. Reuploaded original functions.php file to fix it, but logo still not showing as the large one in Firefox.

    My site is at http://www.camp4autism.com

    #223577

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .logo, .logo a, .logo img { max-width: 231px; }

    Cheers!
    Yigit

    #223615

    That fixed it! Thanks so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo Rendering Small in Firefox’ is closed to new replies.