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

    Ahoy, I followed this thread to add a menu to my full width sub menu. For mobile the logo is little large than I would like. How would I adjut the size for mobile?

    #1333077

    Hey hitrev,

    Please try this CSS instead:

    #top .av-submenu-container {
        background-image: url(//trevorali.com/wp-content/uploads/2021/10/logo_t.png);
        background-repeat: no-repeat;
        background-position: 5% 0%;
        background-size: 30px;
    }

    Best regards,
    Rikard

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