Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1112689

    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

    • This topic was modified 5 years, 2 months ago by jarredzhang.
    #1112718

    Hey jarred,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #sub_menu1 {
        margin-left: 50px !important; 
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.