Howdy, https://entre.coach
I would like the footer menu to appear underneath the social icons. Please help.
Thanks.
Howdy, https://entre.coach
I would like the footer menu to appear underneath the social icons. Please help.
Thanks.
Hi there,
Please add this code to the Global CSS:
.x-colophon.bottom .x-container {
display: flex;
flex-direction: column;
}
.x-colophon.bottom .x-nav {
order: 2;
}
.x-colophon.bottom .x-social-global {
order: 1;
}
.x-colophon.bottom .x-colophon-content {
order: 3;
}
Hope this helps.
that was fast! worked like a dream, thanks!
Glad that we could be of a help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.