How can I list information links in my footer vertically on Debut?

Hello.

Probably is a simple solution to this, but I can’t find it. I want my Information links in the footer to be listed from top to bottom. See screenshot.

Thanks in advance

Shop URL: hvitevinger.no

@Settepotet

Please Go to Online Store → Themes → Edit code → Assets → theme.css and paste this code at the end of this file.

.site-footer__linklist {
    display: grid;
}

@Settepotet

Please add the following code at the bottom of your assets/theme.css file.

.site-footer__linklist.list--inline>li {
    display: flex !important;
}

Thanks! That worked :slightly_smiling_face:

@Settepotet Thank you for accepting my answer as a solution. If you want any theme customization then ping me at hardikdavra2903@gmail.com