Site URL: https://camerongetty.com
Hi,
I just changed the MENU text on the Wells template's mobile view to a hamburger icon, but for some reason, the icon doesn't line up nicely on the right side of the viewport like the MENU text does. Any fixes?
Here's the added custom CSS:
#mobileMenuLink a:before {
content: "";
background-image: url(https://static1.squarespace.com/static/5faf83293c1c873f9e16be1a/t/5fbda7bf2dd96f5918a94f27/1606264767069/icons8-menu-48.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
wid