- This topic has 3 replies, 2 voices, and was last updated 2 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › How to get a large logo with architect pro
Hi.
As per the title, I am using architect pro and when upload a logo it is small at the top.
http://www.coolbeanswebdesign.com/cw3
I would really like to have the logo the height of the menu banner in desktop mode but it only shows as tiny.
Even if I increase the maximum height of the menu area the logo is only a fraction of the height and the menu bar is excessively deep.
Can you help me?
Thank you.
Stuart
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo img { height: auto; vertical-align: top;}
.logo::before { height:100% !important;}
.sitenav ul li a { padding:50px 0 40px 30px;}
Regards,
Dave
Brilliant thank you!
How Can I reduce the gap around the logo?
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo { width:auto; padding:15px 15px 15px 0;}
.logo img { height: 90px;}
Regards,
Dave
From recent statistics, over 60 million consumers use WordPress as their ideal platform for websites. The fact that it is easily customisable makes it a […]
These days, you can create contact forms for your WordPress site using a drag and drop form builder. A proper contact form is mandatory for […]
If you run a website, it’s highly likely that you are looking for better conversions. The form of conversions may vary : email signups, sales, […]