Is it possible to merge sections of a website footer?

@YongSik_Ou

thanks for confirm

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.site-footer__item:nth-child(2) {
    margin-left: -300px;
    margin-top: 130px;
}
}