Home › Forums › All Other Themes › More logo room reqd
- This topic has 7 replies, 2 voices, and was last updated 7 years, 8 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
March 7, 2016 at 10:20 pm #25901
It seems that the default CSS restricts the company logo size to 210 x 55 px.
My customers logo is wide but not very tall so it get quite small at 210 wide.
How can I override the CSS so I can use a logo file that might be 400 wide x 60-70 px high?March 8, 2016 at 5:27 am #25929Hi Frank,
Kindly show us your website URL.
Regards,
BradMarch 8, 2016 at 3:41 pm #26014Our development URL is http://108.179.226.195/~gtigolf/
I have a “dummy” logo is place now that is 70px high but only 210px wide.
How can I override the CSS so I can use a logo file that might be up to 400 wide?
March 10, 2016 at 5:25 am #26257Hi Frank,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code if you want 400px wide logo:
.show-bg .logo{width:400px !important;}
Regards,
DaveMarch 10, 2016 at 9:54 pm #26373Thanks for this bit of CSS.
I have added it to the site as you suggested and I can now display a 400px wide logo.
However, now that I have added the code, there is a large amount of space added below the logo that looks odd – http://108.179.226.195/~gtigolf/
In the original set-up the menu was vertically centered on the logo.
What has to happen so the menu will be vertically centered on the new, wider logo?
Thanks,
KentMarch 11, 2016 at 6:16 am #26414Hi Frank,
Kindly add this code in custom css box:
.show-bg nav{width:545px !important;}
Regards,
DaveMarch 11, 2016 at 12:57 pm #26479Fantastic!
You have created a great theme!
Thanks for all your help.
KentMarch 14, 2016 at 6:48 am #26694You are most welcome Frank 🙂
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.