-2
這是鏈接到我的網站:http://www.ishturd.com如何移動徽標旁邊的網站標題和標語?
正如你可以看到這裏的標誌是在網站標題和標語的頂部,我需要它出現並排即徽標和站點標題側,標語會就像現在一樣在標題下面。任何幫助將不勝感激,因爲我不知道任何編碼。
下面是我的style.css網站標題的完整的CSS(對不起,我不知道作什麼崗位)
.site-title {
margin: 0;
color: #171717;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 34px;
font-size: 3.4rem;
font-weight: bold;
}
.site-title a {
color: #171717;
font-weight: bold;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
text-decoration: none;
}
.no-site-tagline .site-title {
margin-bottom: 22px;
margin-bottom: 2.2rem;
}
@media screen and (min-width: 800px) {
.site-branding {
float: left;
max-width: 50%;
}
.branding-right .site-branding {
float: right;
}
}
.site-description {
display: block;
margin: 11px 0 22px;
margin: 1.1rem 0 2.2rem;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: 1px;
letter-spacing: 0.1rem;
text-transform: uppercase;
}
.site-description a {
text-decoration: none;
}
.site-description a:hover,
.site-description a:focus {
text-decoration: none;
}
提前感謝!
你不知道任何編碼,並要求整個代碼?對不起,SO將無法爲您提供書面代碼,甚至不會嘗試。 –