How to make dynamic collection list move to center page? (Empire theme)

Hii, @BoveSpring
Paste this code on to[p of the theme.scss file.

@media screen and (min-width: 860px){
ul.home-section--content.collection-list--inner {
    margin-left: 22% !important;
}
}

Thank You.

1 Like