Q.画面スクロールするとヘッダーメッセージが見えなくなりますが、常に表示したいです。
ヘッダーメッセージの概要は以下のデモサイトブログ記事をご参照ください。
A.下記の方法でご対応ください。
TCDテーマ>基本設定>カスタムCSSに入力してください。
#header_message { position: fixed; top: 0; } .pc #header { top: 50px!important; } .mobile #header { top: 40px!important; } .pc #header_slider_wrap { margin-top: 130px; } .mobile #header_slider_wrap { margin-top: 100px; } .mobile #container { top: 40px; } .pc #bread_crumb { margin-top: 50px; }
この記事は役に立ちましたか?
もし参考になりましたら、下のボタンで教えてください。
今後の記事作成の参考とさせて頂きます!