Home › Forum › Customization › Logo Size
This topic contains 16 replies, has 3 voices, and was last updated by StartupWP 5 years, 4 months ago.
- AuthorPosts
- March 14, 2013 at 4:06 PM #566
I’m puzzled (obviously). I have created a logo the size I need to fit into my banner (125px high and am inserting it via the Appearance – Startup Options – Logo Image URL. but the images displays larger, and I have no idea why: http://www.aandbwebdesign.com/roatan
Help, please!!
March 14, 2013 at 4:23 PM #568#logo { width: inherit; }
March 14, 2013 at 4:25 PM #569And while I’m asking — I also have not been able to move the #site-description over so it’ll show to the right of the logo:
#site-description{font-size:112.50%;color:#777; margin-left:650px; margin-top:50px;}
and I realize, as I increase the margin-left, it actually increased the size of the logo.
Now I’m REALLY confused….
March 14, 2013 at 4:29 PM #571Perfect – thank you so much for the speedy response. inherit fixed the logo size problem I had.
Still not sure about site-description – I only see that when I hide the logo.
March 14, 2013 at 4:31 PM #572For the description, give this a try:
#site-description { color: #777777; float: right; font-size: 112.5%; margin-left: 0; margin-top: -115px; }
November 2, 2013 at 1:44 PM #1219I also am having trouble with the logo size. I am developing my wordpress site offline using MAMP. The logo that I want to use is a simple 150×150 jpg image. (I’ve also tried a .bmp image with the same problem). I tried adding the #logo { width: inherit; } under the custom CSS line in the startuppro options, and saved the options, but nothing changed. The CSS syle sheet that can be viewed, still says #logo{width:100%}. If I uncheck that box using firefox’s inspect element mode, then the logo seems to be proper size, although it covers up the name of the site and only shows the tagline beneath it.
I am currently using wordpress v 3.7.
Any help would be appreciated
November 2, 2013 at 8:02 PM #1220Well, I feel silly. I figured out my problem. I didn’t enable the checkbox of use custom CSS under the startupPro options.
But I do have another problem now. I’ve enabled “single post sharing” option, but do not see an icon for the facebook like. I see tweet and +1 icons, but no facebook icon. Am I missing something?
Thanks!
November 3, 2013 at 1:41 AM #1221Can you share the link to one of your posts please.
November 6, 2013 at 5:26 PM #1225My site is completely offline right now. I’m using MAMP on my mac. I would attach a screen shot but is there a way to attach a screenshot from my computer?
Essentially, the twitter button is on the left, the google+ button is on the right, but there is a blank space in between them with no facebook ‘like’ button.
November 7, 2013 at 2:15 AM #1226You can always upload screens to services like http://imgur.com/ and then just share the image URL, but it might not help in this case. It could, but we’ll probably need something live to see/test.
Assuming you already have hosting and a domain, can you setup a test area online?
November 13, 2013 at 6:55 PM #1242Sorry my response has been so long in coming. I don’t know what I did, but I don’t see any of the buttons (like, tweet, +1) in single post view now. I am using the default template for my posts.
Here is a link for the post.
November 14, 2013 at 7:09 AM #1244Double-check that “Single Post Sharing” is checked in your theme options.
November 14, 2013 at 7:40 PM #1245Yes, it is. That’s actually where I started. It seems that since I played with the different post styles after originally posting, it took away the sharing buttons and I can’t get them back, even if I revert back to default template as the post style. I even posted another test post to see if it would work, and made sure single post sharing is checked, but to no avail.
November 15, 2013 at 7:48 AM #1246By “played with the different post styles” what do you mean? Child theme PHP/HTML hacks or just CSS styles?
November 15, 2013 at 8:08 AM #1247When you go to publish a new post, in the lower right hand corner there are different post templates in a drop down menu. I have mine set to “default template” although I have tried all the other options as well.
November 15, 2013 at 8:17 AM #1248I think I may have figured out what my problem was. I had forgotten that I put this code: #logo{width:inherit;} .entry-meta, .entry-footer{display:none} in the custom CSS area. One was to adjust my logo size, and the other “.entry” ones were to remove all the tags and categories from the post footer. However, that also took away the social sharing buttons.
Is there a way that i can keep the buttons, but remove the lines that say “This article was posted in Uncategorized. Bookmark the permalink. Follow comments with the RSS feed for this post.Post a Comment or leave a trackback: Trackback URL.”
November 16, 2013 at 1:09 PM #1249Unfortunately, no. For now this will require a manual hack via child theming.
If you’d like to proceed, you’ll need to first setup a child theme:
- AuthorPosts
You must be logged in to reply to this topic.