Hello dear support, need your help.
Our company is the representative in Russia of the European company, European company designed the logo for the representatives. Our website has your logo, you need to add an additional logo.
version 1 http://imgur.com/a/3U3JY
version 2 http://imgur.com/a/qHNju
Priviet!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add widget area to your header and place your second logo inside it :)
Regards,
Yigit
Hi, Yigit!
The first option I had to disable Sticky Header logo goes on the menu
In the mobile version of an additional logo menu closes
How to make the logo above for more menu at the top?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#header .widget {
left: 70%;
}
}
Regards,
Rikard
result: http://imgur.com/a/9T0tB
overlay on mobile two logos, I still tend to make the second logo above the top menu.
how to implement it?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
#header_meta {
margin-top: 100px;
}
#header .widget {
margin-top: -160px;
}}
Best regards,
Yigit
Yigit, thank you.
Now all is normally displayed :)