Hello,
Can you please help me to add the company logo into the header of my mobile menu.
The site is here: http://bit.ly/2mkAcOf
And the logo I want to add is this: http://imgur.com/a/qxX5Q
Can you please help me, thanks!
Hey pimroll,
I can see this logo in http://imgur.com/a/qxX5Q in the header in the mobile version of you site.
Best regards,
Nikko
Hello Nikko,
I would like it to be on the header of menu also: http://imgur.com/a/45hRt
The outcome should be exactly the same as in this site: http://bit.ly/2mI6CnN
Hi pimroll,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top #mobile-advanced {
background: #fff url('http://domain.com/enfold/wp-content/uploads/2017/02/logo.png') left 30px top no-repeat;
background-size: auto 89px;
}
}
Try to replace http://domain.com/enfold/wp-content/uploads/2017/02/logo.png with the url of your logo and probably adjust some of the code. Hope this helps :)
Cheers!
Nikko
Hello Nikko,
Great, thanks its working now, made some adjustments in the code and now its ok.
Thanks!
One little thing can I make some adjustments to be able to align logo with the menu line, so the logo would be a little bit lower?
Link: http://imgur.com/a/ocUuG
Hi,
You can add some value after the top in the code, for example change this:
background: #fff url('http://domain.com/enfold/wp-content/uploads/2017/02/logo.png') left 30px top no-repeat;
to
background: #fff url('http://domain.com/enfold/wp-content/uploads/2017/02/logo.png') left 30px top 10px no-repeat;
Just adjust it as you see fit :)
Best regards,
Nikko
Hello Nikko,
Thanks for that, I got it working!:)
Hi Pimroll,
Glad we could help :)
Best regards,
Nikko