Home › Forums › All Other Themes › SKT Charity – Main Logo
- This topic has 9 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
July 24, 2017 at 2:59 pm #79103
Hello,
How do I make my logo larger on the main page? I can see how to make it taller, but that doesn’t keep the aspect ratio. I’d like for the image to keep the original aspect ratio and just be larger. Is that possible?
July 25, 2017 at 5:25 am #79139Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradJuly 25, 2017 at 12:43 pm #79225I am currently using a staging site to build the new site. Please follow http://staging.minor-meal.flywheelsites.com/ and use username “flywheel” and password “unarmed-wrench” to view staging site.
For reference, our current site is bgcelkhartcounty.org. This will show you the current size of our logo. I am not necessarily looking for the same size, but definitely something larger than what is currently on the staging site.
Thank you!
July 25, 2017 at 1:34 pm #79239Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo { width:35% !important;} .logo img { height:90px !important;} .header .header-inner .nav ul li a { padding:10px 12px !important;}
Brad
July 25, 2017 at 1:56 pm #79246Looks great!
Thank you!
July 26, 2017 at 5:07 am #79305Hi Crahe,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/8/
Regards,
BradJuly 26, 2017 at 1:07 pm #79430Ok so I checked the look of the website on my phone and the logo now looks way off.
I’m attaching a link to a google doc where I have a screenshot of it.
https://docs.google.com/document/d/1-C3Ywa9iEnofuJTR-DdZp9EKtTpCTSpaj76IUVY94Hs/edit?usp=sharingIs there a way to may it look good on both the desktop and mobile versions?
July 26, 2017 at 1:14 pm #79434Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .header .header-inner .logo { width:100% !important; padding:0 20px; box-sizing:border-box;} .logo img { height:auto !important;} }
Regards,
BradJuly 26, 2017 at 1:19 pm #79437Looks perfect!! Thank you so much!
July 26, 2017 at 1:21 pm #79439🙂
-
AuthorPosts
- You must be logged in to reply to this topic.