在refrence到:http://meraxcapital.weebly.com/停止對烏眼weebly主題固定頭,讓Logo更
我試圖阻止粘頭在客戶端的weebly主題,但它是推動我堅果這裏是基本報頭css代碼:
/* Header */
.birdseye-header {
position: fixed;
z-index: 12;
overflow-y: hidden;
width: 100%;
padding: 10px 30px;
box-sizing: border-box;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.birdseye-header .container {
display: table;
overflow-y: hidden;
width: 100%;
max-height: 80px;
}
.birdseye-header label.hamburger {
display: none;
}
.birdseye-header .logo {
display: table-cell;
overflow-y: hidden;
margin-right: 30px;
padding: 0;
vertical-align: middle;
line-height: normal;
}
.birdseye-header .logo a {
display: block;
margin-right: 30px;
margin-left: 10px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.03em;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
font-weight: 600;
line-height: normal;
}
.birdseye-header .logo img {
display: block;
overflow: hidden;
max-width: 200px;
max-height: 40px;
}
.birdseye-header .logo #wsite-title {
display: block;
max-width: 400px;
max-height: 40px;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
font-weight: 600;
line-height: normal;
}
我試過所有〜邏輯〜的方法,但歡迎任何建議。
我也遇到一些衝突來試圖擴大標誌(如上同一段代碼)
我試圖改變「最大寬度/高度元素,並同時與faffing各地工作在檢查元素它實際上並沒有實施!
提前謝謝你!
太感謝你了約瑟夫!這樣直截了當的解決方法,謝謝你的幫助! – Eloisewb