Add left padding to header logo

Before:

After:

Code:

/* -- code to move header logo away from left side -- */
.nav--desktop .logo-wrapper img {
  padding-left: 3em;
}
/* - end - */

You can adjust in increments example: change 3em; to: 4em; or 2em; for less.


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code