How to add extra height to a custom footer

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

目的

To add custom HTML to allow for the extra height of a custom footer. When the height of your Confluence site footer is significantly greater than the default, you may find that the footer overlaps site content. If this is the case, you will need to add some custom HTML to your Confluence site.

ソリューション

  1. Choose the cog icon , then choose General Configuration under Confluence Administration.
  2. 左側のパネルの [ルック アンド フィール] セクションで [カスタム HTML] をクリックします。
  3. [編集] をクリックします。
  4. Add the following code to the 'At end of the HEAD' textbox.

    <style type="text/css">
       #com-atlassian-confluence #main {
          padding-bottom: 200px;
       }
    </style>
    
  5. [保存] をクリックします。

You may need to adjust the code supplied in these instructions depending on the height of your custom footer

If your footer still overlaps site content, increase the 'padding-bottom' amount by the height of the overlap in pixels. Conversely, if there is an excessive gap between your footer and site content, decrease the 'padding-bottom' amount.

最終更新日: 2016 年 2 月 23 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.