NiceThemesLogo image is cut off in Side bar – NiceThemes http://nicethemeswp.com/forums/topic/logo-image-is-cut-off-in-side-bar/feed/ Fri, 18 Apr 2025 20:50:29 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/logo-image-is-cut-off-in-side-bar/#post-4409 <![CDATA[Logo image is cut off in Side bar]]> http://nicethemeswp.com/forums/topic/logo-image-is-cut-off-in-side-bar/#post-4409 Sun, 27 Jul 2014 08:23:56 +0000 LoLuna1111 Hi, I’ve tried sizing and jerry rigging my logo image for the side bar in every possible way and no matter what I do it gets cut in half.

]]>
http://nicethemeswp.com/forums/topic/logo-image-is-cut-off-in-side-bar/#post-4410 <![CDATA[Reply To: Logo image is cut off in Side bar]]> http://nicethemeswp.com/forums/topic/logo-image-is-cut-off-in-side-bar/#post-4410 Sun, 27 Jul 2014 13:51:35 +0000 Juanfra Aldasoro Hello,

Thanks for writing. I’ve been through your site and I can see that your logo image is displaying as it should.

This is what I get to see: https://cloudup.com/cQHNsaQMFGa

Remember that the logo image will display the image that you upload on the theme options. If you upload an image that is 800 pixels width, then it will look bad, because the logo space for this theme is reserved in the sidebar, which has an overflow rule of hiding elements. This is possibly what have happened to you before.

If you want to upload bigger images, you can add some CSS rules to automatically dimension your logo.

Just copy and paste this code into the “Custom CSS” input within the options:

#logo img{ max-width:100%; height:auto;  }

Best,
Juan.

]]>