How to have two galleries side by side?

Assign each of those 2 galleries a div and in the css add:-

      .gallery-1 {
                  width: 48%;
                  float: left;
                 }
      .gallery-2 {
                  width: 48%;
                  float: left;
                  position:relative;
                 }