Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992889

    I was able to place a logo in a submenu using the Quick CSS below- Worked great.

    #top .av-submenu-container {
    background-image: url(https://www.ezcomsoftware.com/wp-content/uploads/2018/07/ezcommerce-logo-green.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    }

    But when the page(s) are in mobile view the submenu burger, which is in the middle, covers the logo. Is there a way to get the submenu burger to be on the right side?

    Thanks

    #993094

    Hey ezcom,

    Where can we see the actual problem?

    Best regards,
    Rikard

    #993270

    Hey Rikard,

    I made a very short video showing the issues. Here is the link.

    Thanks

    #993415

    Hi,

    Thanks for the video :-)

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .main_color .mobile_menu_toggle {
        float: right !important;
    }
    }

    Best regards,
    Rikard

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