verticaal beleid

beste,

ik wil graag mijn beleid helemaal onderin verticaal doen inplaats van horizontaal. kunne jullie mij helpen ermee

Hey! @leswanstore ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

@media (min-width: 769px){
.footer__copyright.caption {
    display: flex !important;
    width: 100% !important;
}

.policies {
    display: flex !important;
    flex-direction: column !important;
}
}

Hi @leswanstore ,

Copy the below CSS and paste it to Online store >> Theme >> Edit code >> Search for base.css or theme.css and paste it to the bottom

ul.policies.list-unstyled {
display: flex !important;
flex-direction: row !important;
}
And it will appear like

If you’re stuck somewhere or need any help, feel free to message me or reply here.