Logo image is cut off in Side bar
This support request was posted in Bref by LoLuna1111
- LoLuna1111 July 27, 2014 at 8:23 am
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.
Juanfra Aldasoro July 27, 2014 at 1:51 pmHello,
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.
You must be logged in to reply to this topic.