Move logo to bottom right corner in footer?

Hi @LaDolce-vid-des

Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media (min-width: 768px) and (max-width: 1280px){
.site-footer .logo_footer{
   float: right;
    position: relative;
    right: 90px;
    top: 110px;
}
    }

Thanks