Move meganav image to the left side

When using a meganav, the image promo defaults to the right side of the navigation. You can use this modification to move it over to the left:

Code:

/* -- code to move meganav image to left side -- */
  .meganav_image_wrapper{
    float: left !important;
  }
/* - end - */

Be sure to first choose an image in the Theme Editor - Header section settings.


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