-
Posted in : Bloggy WP
-
Hi,
I love the theme so far, and it’s very well built and very easy to customize, so thank you.
Two questions:
One: I’d like to upload a wider image logo. Something more along the lines of 1000 px. Currently the image is being scaled when uploaded. Is there an easy CSS fix for this?Two: Also, I’ve read here that many people are seeing their full posts on the homepage, and want to truncate them. I’m the exact opposite. I’d like to show the full post on the homepage, and this includes the sharing options. I’ve noticed that the share options only show when you click into the post, and do not show on the homepage, is there a way to remedy this? ( I also added a plugin for additional sharing that auto attaches under each post, it also works fine when you click into the post, but it is also being hidden on the homepage view. )
thanks!
W.Thanks for the question about the logo image size options—-staying tuned for the answer! I’d add that if there’s not an easy CSS fix to accommodate a larger / wider logo, I’d love to have height/width specs for the widest possible logo size that works in this header image logo area.
Note that I found this post, but it doesn’t seem to solve the larger logo question.
http://www.pixelwars.org/forums/topic/header-imgae/#post-9222Thanks!
Hi, about your question one;
– to disable image scaling for header logo, try this custom css code;
h1.site-title img { max-height: auto; }Hmm…that didn’t seem to work for me. I uploaded a larger logo and it still seemed to scale it down, even with the custom CSS. Do I need to add or tweak any numbers within that custom CSS? Or should that have effectively allowed the logo image to run at its full size? It looks like it’s still constricting the height of the image to 200px.
At the moment, I have the larger logo image uploaded at my site (http://ItsJustPlainGenius.com)—-I don’t intend to leave it at that size, of course, but perhaps looking at the code will let you see how the height is still being constricted.
Thanks!
No luck here either. I didn’t see any change at all after entering in the code. My image is sort of a panoramic shaped header, so it’s not so much the height that’s the main issue, it’s more of the allowed width.
thanks!
Will.i made a mistake in the custom css, that should work;
h1.site-title img { max-height: none; }Great! Thank you!
-Will
You must be logged in and have valid license to reply to this topic.