Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1243443

    Hi guys

    I added some CSS to my site to get the logo to appear above my Burger Menu, however I can’t figure out how to get my Shopping Cart to appear next to the Burger Menu (and below my logo). Could you take a look at the site on mobile and let me know? Credentials are in private content. Thanks!

    Jon

    #1243685

    Hey jonroot,

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

    @media only screen and (max-width: 767px) {
    #menu-item-shop {
        top: 100px;
        right: 50px;
    }
    }

    Best regards,
    Rikard

    #1244346

    Hi Rikard
    Unfortunately that didn’t work. Here’s a screenshot for reference. Hoping to a) move the cart next to the burger menu and b) make it a similar size. https://imgur.com/a/O30PAuk
    Let me know!
    Thanks,
    Jon

    #1244709

    Hi Jon,

    I added the code for you in Quick CSS, please review your site. If you don’t see any difference then try loading the site in an incognito or private window.

    Best regards,
    Rikard

    #1245007

    Awesome Rikard, thank you! Is there CSS I could include to make the shopping cart the same size as the burger menu?
    Jon

    #1245269

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    a.cart_dropdown_link span:before {
      font-size: 26px;
    }
    }

    Best regards,
    Rikard

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