Home › Forums › All Other Themes › How to change Logo Size
- This topic has 16 replies, 7 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
January 6, 2016 at 7:48 pm #17917
How do I make the logo in the top left corner a different size?
January 7, 2016 at 5:21 am #17950Hi,
Kindly show us your website link.
Regards,
ShriJanuary 7, 2016 at 6:01 pm #18021http://followersofyah.com/home/shop/
January 8, 2016 at 9:03 am #18056Hi,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Paste this css code in custom css box.header .header-inner .logo{text-align:left;}
.header .header-inner .logo img{height:auto; width:100%;}Regards,
ShriJanuary 24, 2016 at 7:57 pm #20023It worked. Thank you.
January 25, 2016 at 7:16 am #20070Great 🙂
Regards,
ShriMarch 17, 2016 at 3:05 am #27157Hey Shri
That doesn’t seem to be the trick for me. I can certainly get the 100% width but the height is constrained and therefore the image is ‘squashed’ vertically. I have attempted changing the ‘height:auto’ to both ‘height:XXX%’ and ‘height:XXXpx’ but neither seem to make a difference.
Any help is much appreciated.
March 17, 2016 at 5:16 am #27177Hi Marc,
Kindly show us your website URL.
Regards,
BradMarch 18, 2016 at 1:25 am #27305Hi Brad
Thank you so much for responding (and pretty quickly I must say). Sadly, I was away form the interwebs for a bit yesterday and didn’t see your response.
I have fixed it! I ended up adding the .header .header-inner .logo img{height:auto !important;} then actually went to the effort of creating a logo of the right size. Seems to be fine.
While I am typing at you, I might also say there are some really strange things with your Kraft template but it is a beautiful design and far beyond what I’d ever be capable of myself. Every group/dev/company doing WP templates have their own way of doing things and that’s fine… it just takes a bit of looking some times. Other than that, VERY impressed with what we have for our $39US outlay.
Thanks again for the prompt response. Hopefully I won’t need to bother you again.
Regards
Marc
March 22, 2016 at 5:29 am #27653Hi Marc,
Thanks for your appreciation.
Regards,
BradMay 11, 2017 at 11:08 am #71911Hi
How do i change the logo size?
Kind Regards
Graeme
May 11, 2017 at 11:57 am #71914Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo { display: table; float: none; margin: 30px auto 0; text-align: center; width: 30%; }
Regards,
BradJune 16, 2017 at 12:56 pm #75804Hi, I have tried changing the logo size, but I’ve been unsuccessful. Your assistance would be greatly appreciated. The website is www.curblineinc.com
Thank you!
June 19, 2017 at 3:49 am #75855Hi CHRIS MYERS,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.logo { width:32%;} .logo img { height:auto;}
Regards,
BradJune 26, 2017 at 3:10 pm #76497How do you add an image logo in the Strong Pro theme?
-
AuthorPosts
- The topic ‘How to change Logo Size’ is closed to new replies.