Title: logo custom css
Last modified: June 21, 2017

---

# logo custom css

 *  Resolved [danny070](https://wordpress.org/support/users/danny070/)
 * (@danny070)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/)
 * After the update i did today the custom css i use for the logo is not working
 * i use:
 * img.custom-logo {
    width: 650px; }
 * Can someone help me, adjusting in theme options is also not working.
    see our
   logo on [http://wgdenheijer.nl/](http://wgdenheijer.nl/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/logo-custom-css/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/logo-custom-css/page/2/?output_format=md)

 *  [Darekbur](https://wordpress.org/support/users/darekbur/)
 * (@darekbur)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9247581)
 * Hi,
 * I have the same problem and my logo start to be cuted for square 250x250px.
 * Coule someone help us with it?
 * You can see my logo on this site: [http://sisland.pl/](http://sisland.pl/)
 * Regards,
    Darek
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9248082)
 * Hello,
 * Go to Dashboard -> Appearance -> Customize -> Site Identity -> here you can add
   logo.
    and go to Appearance -> Customize -> Theme Options -> Theme General Options-
   > here you can adjust the width and height of the logo and save.
 * Thanks.
 *  Thread Starter [danny070](https://wordpress.org/support/users/danny070/)
 * (@danny070)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9248113)
 * Thank you for your reply, but i already fount this option, but this is not working.
   
   that is why i found the custom css in this forum, but now this is also not working.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9248319)
 * Hello,
 * Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General 
   Options -> paste the below code in Custom CSS box and save.
 *     ```
       .logo img {
           height: 100px;
           width: 352px;
       }
       ```
   
 * You can adjust height and width of the logo as per your requirement.
 * Thanks.
 *  Thread Starter [danny070](https://wordpress.org/support/users/danny070/)
 * (@danny070)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9248388)
 * Hello thank you agai, this helps a bit…
    it is indeed expanding the logo, but
   only the adjusment of the box. the logo itselve is not 100% it is bigger then
   the box (100 * 352)
 * see website of us, so you can see what i mean
 *  [Darekbur](https://wordpress.org/support/users/darekbur/)
 * (@darekbur)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9248409)
 * Hi,
 * Thank you for your reply but it does not working good. When I add my logo there
   is an option to crop my image but does it not matter I skip it or not. The logo
   is cuted.
 * Could you check it again?
 * Regards,
 * Darek
 *  [wling](https://wordpress.org/support/users/wling/)
 * (@wling)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9249862)
 * Having same issues as Darekbur. I used the CSS code provided in this thread, 
   but it only spreads out the cropped image. I also included the entire image when
   it asked what to crop, but after clicking ok, it still only gives me the 250×
   250 cropped image.
 * my website is: [http://www.outpourstl.org/](http://www.outpourstl.org/)
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9251585)
 * Hello,
 * If you dont update wordpress then please update to new version wordpress 4.8.
 * Go to your enigma theme directory and open functions.php file and see line no.
   32 and 33 –
 *     ```
       'height'=>55,
       'width'=>150,
       ```
   
 * Replace it with below code and save the file.
 *     ```
       'height'=>'',
       'width'=>'',
       ```
   
 * Now go to Dashboard -> Settings -> Media -> now uncheck the “Crop thumbnail to
   exact dimensions” option and save.
 * Than upload the fresh image of the logo.
 * Thanks.
 *  Thread Starter [danny070](https://wordpress.org/support/users/danny070/)
 * (@danny070)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9251909)
 * Sorry to inform you but still no succes
 *  [Darekbur](https://wordpress.org/support/users/darekbur/)
 * (@darekbur)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9252154)
 * Hi,
 * I did everything you suggested but no succes.
 * Regards
 *  [wling](https://wordpress.org/support/users/wling/)
 * (@wling)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9253345)
 * I followed the directions and got my logo to show up and uncropped, but it’s 
   small. I used the CSS code provided in this thread to make it bigger, but the
   photo becomes very pixel-ated. I will create a new thread to trouble shoot my
   issues.
    -  This reply was modified 8 years, 10 months ago by [wling](https://wordpress.org/support/users/wling/).
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9254692)
 * Hello Darekbur and danny070,
 * Please contact [https://weblizar.com/contact/](https://weblizar.com/contact/)
 * Thanks.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9255327)
 * Hello Darekbur and danny070,
 * Please Go to your enigma theme directory and replace header.php with the below
   file and save.
 * [https://pastebin.com/WBw8t2M5](https://pastebin.com/WBw8t2M5)
 * now remove the below code from Custom CSS box and save –
 *     ```
       .logo img {
           height: 100px;
           width: 352px;
       }
       ```
   
 * Thanks.
    -  This reply was modified 8 years, 10 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).
 *  [Darekbur](https://wordpress.org/support/users/darekbur/)
 * (@darekbur)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9256610)
 * Thank you very much. Everything is OK.
 * Thank you again.
 * Regards,
 * Darek
 *  [wling](https://wordpress.org/support/users/wling/)
 * (@wling)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/#post-9256628)
 * That worked, thank you!

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/logo-custom-css/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/logo-custom-css/page/2/?output_format=md)

The topic ‘logo custom css’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma/7.73/screenshot.png)
 * Enigma
 * [Support Threads](https://wordpress.org/support/theme/enigma/)
 * [Active Topics](https://wordpress.org/support/theme/enigma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 18 replies
 * 5 participants
 * Last reply from: [danny070](https://wordpress.org/support/users/danny070/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/logo-custom-css/page/2/#post-9260889)
 * Status: resolved