-3
我在標題中居中放置廣告時遇到了一些與CSS相關的問題,您可以看到如果向下滾動廣告的 不在中間,看起來很奇怪。在標題上居中放置廣告
請記住,該網站是響應和在所有屏幕上工作 和我現在的解決方案只適用於移動設備,但不是在PC上。
我希望你能幫我把它放在中心位置。
鏈接,看問題:My Website
我在標題中居中放置廣告時遇到了一些與CSS相關的問題,您可以看到如果向下滾動廣告的 不在中間,看起來很奇怪。在標題上居中放置廣告
請記住,該網站是響應和在所有屏幕上工作 和我現在的解決方案只適用於移動設備,但不是在PC上。
我希望你能幫我把它放在中心位置。
鏈接,看問題:My Website
增加,這將center
在middle
className{
margin: 35px auto 10px;
min-height: 100px;
display: inline-block;
position: absolute;
left: 50%;
transform: translatex(-50%);
}
.your_ad {
position:absolute;
left:50%;
margin-left:-half of your ad_width;
}
.your_header {position:relative;}
廣告有什麼不集中? – sodawillow
嘗試使用position:absolute'margin:25px auto 10px; min-height:100px; display:inline-block; position:absolute; 剩餘:50%; transform:translatex(-50%); ' –
標題上的廣告未居中。 –