Change the order of items in the menu footer

Hi, at the bottom of the site there is the option of credits and menu… The situation is that is on the wrong order.
It makes sense that the copyright notice is the last info of the site…
This way, the copyright is placed on the right bottom side of the pc and at the full bottom of mobile.
Do you agree? Can we fix it?

Thank you

Hi,

You can change this order of items in Appearance > Menus.

Did not work. The gold is to send “All rights reserved” below. And that is not possible where you mentioned

Hi,

Sorry for the confusion.

If you mean on a mobile display, please try this CSS snippet:

@media only screen and (max-width: 48em) {
	.site-footer .footer-navbar {
		flex-direction: column-reverse;
}
}

Please note that it can require further customization.

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