Q.ヘッダーを画面上部に固定表示させたいです。
A.下記の方法でご対応ください。
外観>TCDテーマオプション>基本設定のカスタムCSSに入力してください。
.photek-head-wrap{ position: fixed; width: 100%; top: 0; } div.main-content{ margin-top: 119px; } .mobile #header { position: fixed; } .mobile #content_header { margin-top: 60px; } }
この記事は役に立ちましたか?
もし参考になりましたら、下のボタンで教えてください。
今後の記事作成の参考とさせて頂きます!