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
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
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
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
Awesome Rikard, thank you! Is there CSS I could include to make the shopping cart the same size as the burger menu?
Jon