Dear Sir,
I am using the Fullwidth Sub Menu element to create my landing page. And I need to add a logo into the submenu. I used the method in another post in your forum:
https://kriesi.at/support/topic/logo-in-fullwidth-submenu/
And the code as:
#top .av-submenu-container {
background-image: url(https://www.bldcpump.com/wp-content/uploads/2019/06/logo-100×100.png);
background-repeat: no-repeat;
background-position: 0% 50%;
background-size: contain;
}
Now the problem is the logo position is wrong, I don’t want it to be on the far left of the whole screen, but on the far left of the container, just same as my website Homepage. How should I do?
The landing page with problem url: https://www.bldcpump.com/help/
My website home page: https://www.bldcpump.com/
thank you in advance!
Jarred