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
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
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;
}
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 ![]()
@Settepotet Thank you for accepting my answer as a solution. If you want any theme customization then ping me at hardikdavra2903@gmail.com