Change the appearance of the Magellan footer link pages

Publishing

You can edit the appearance of the Magellan footer link pages (for example, adding padding) using CSS.

Footer link - no margin padding

  • To change the appearance of the Magellan footer link pages:

  1. Open the themestyles.css file in your theme folder.

  2. Add the following CSS to themestyles.css, editing it to suit your needs:

    .content_container.footer-item {
        padding: 20px;
        overflow: scroll;
    }

    Note: This CSS includes frequently edited properties, remove or edit them as needed. The most important part of this CSS is the classes: .content_container.footer-item