Website Building » Wix » How Do I Move the Footer in Wix?

How Do I Move the Footer in Wix?

Last updated on January 7, 2023 @ 9:10 am

There are a few different ways that you can move the footer in Wix. One way is to use the Wix platform to create a custom footer.

This can be done by going to the ‘Add’ menu and selecting ‘Footer’. Once you have added the footer, you can then use the ‘Edit’ menu to move it around.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

Another way to move the footer in Wix is to use HTML code. This can be done by going to the ‘Settings’ menu and selecting ‘Edit HTML/CSS’. Once you have selected this option, you can then add the following code to move the footer:

PRO TIP: Please be aware that moving the footer in Wix can be complex and may cause unexpected results. If you are not comfortable with code, we recommend contacting a Wix expert for assistance.
<style>
  #footer {
    position: absolute;
    bottom: 0;
  }
</style>

You can also use CSS code to style the text in your footer. This can be done by adding the following code:

<style>
  #footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
  }
</style>
Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.