[EMPIRE THEME] Center footer Payment icons & Copyright Section [css help]

[EMPIRE THEME] Center footer Payment icons & Copyright Section

hi can any one help me with editing the CSS for the footer section

i would like the payment icons to sit center not to the right

and the the copy right info to be below and centered

i can provide and access key for anyone needing to view

@Dan-From-Ryviu @made4Uo sorry to ask again guys thought i would shout this out to you both as you helped a ton yesterday

Hi @CatchaCloud ,

Please share your store URL and password

DanBim

thanks in advance

Hi, please try to use this code

.site-footer-information {
    flex-direction: column !important;
    align-items: center !important;
}
.site-footer-left { text-align: center; }

thanks again DanBim Perfect