Footer Center & Stack on Mobile

Hi all,

I’m struggling to get my left aligned footer to center and also to stack in mobile view, it is the standard footer on the renew stack shootingsuppliesltd.co.uk, I thought it should do this automatically?

I have tried:

margin: auto - on .x-colophon-top which I thought would solve the left aligned issue doesn’t work.
#x-site > footer.x-colophon.top > div - changing flex settings, not responding to any flex attributes though…

Could anyone please advise how I can get it in the right position?

Thanks,

Are you using X theme or Pro theme…?

Try this CSS:

@media (max-width: 979px)
.x-colophon.top {
text-align: center !important;
}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.