這問題算是佈局上的一個疏忽吧 這裡給修正方法
記事本等編輯器開啟
template/你的模板目錄/common/module.css
找到
- #threadstamp { position: absolute; margin: -35px 0 0 500px; }
改為
- #threadstamp { position: absolute; margin-left: 500px; }
即可。
那麼那個圖章就會移到標題欄下方了 margin 的值可以按自己模板調整下。
這問題算是佈局上的一個疏忽吧 這裡給修正方法
記事本等編輯器開啟
template/你的模板目錄/common/module.css
找到
改為
即可。
那麼那個圖章就會移到標題欄下方了 margin 的值可以按自己模板調整下。