Footer: Left or Right align copyright, payment and social icons

Example:

Code for Left Alignment:

/* -- code to left align copyright section and icons in footer -- */
.footer-secondary-wrapper {
    text-align: left;
}
/* - end - */

Code for Right Alignment:

/* -- code to right align copyright section and icons in footer -- */
.footer-secondary-wrapper {
    text-align: right;
}
/* - end - */

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