你需要做3條修改爲它爲您的網站的工作:
1-變化的主要wingedHelmet
元素類main-icon-footer
<div id="starter" class="main-icon-footer ">
<img src="https://www.petasos.be/wp-content/uploads/2017/05/wingedHelmetSmall.png" class="petasos">
</div>
2-類main-icon-footer
添加到您的CSS文件
.main-icon-footer {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 25%;
background: white;
border: 1px #818181 solid;
}
3- CSS文件中
取下
.icon-footer
.icon-footer {
position: absolute;
display: flex;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 25%;
background: white;
border: 1px #818181 solid;
}
希望它與哪個位置對齊?它目前在網站頁腳的右側! –
@NarenMurali抱歉不清楚,我想讓圖標在圓角正方形中間完美地排列。頁腳/網站內的位置很好。 – BarrieO
@BarrieO你不高興還是......? :\ – Moher