Hi guys,
how can I enlarge the main logo in the navigation?
client wants logo to be larger in that area.
I have noticed that when I resize browser window to an ipad size the navigation area overlaps.
Is there a fix for that as well?
thanks
joe
Hi fixedopsinsight!
1- You can upload your logo in desired sizes and then go to Enfold theme options > Header and change the header height as needed.
2- Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not help, please post the link to your website
Cheers!
Yigit
thanks Yigit
you have solved the enlarging logo issue.
go to this url
http://pvesheff.wwwsr11.supercp.com/office-locations/
reduce the size of your browser window and you will see how the navigation runs over the logo
is there a way to solve that and keep the navigation to the right of the logo (not under)?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1250px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 7px; line-height: 270px!important; }}
Cheers!
Yigit
Hi Yigit
I am not seeing a change, when I modify the screen size of browser the navigation is running over the logo.
I added the code from above directly into the quick CSS
@media only screen and (max-width: 1250px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 7px; line-height: 270px!important; }}
any additional ideas?
Hey!
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
If that too does not help, please post a temporary admin login
Cheers!
Yigit
Right you are, that did the trick.
I think the client will approve of that adjustment. Thanks for your input, you always make me look good.