gpt4 book ai didi

html - 页眉 Logo 链接问题(WordPress)

转载 作者:太空宇宙 更新时间:2023-11-03 18:40:07 24 4
gpt4 key购买 nike

如果这个问题已经得到回答,我提前表示歉意,但我很难在此处链接我的 Logo :http://testsite.brentthelendesign.com/ .这是一个基于 WordPress“Skeleton”的网站。任何帮助将不胜感激!代码如下。

HTML

<header class="left full header-bg">
<div class="container">
<div class="container-inside left">
<div class="sixteen columns">
<h1 class="logo abs"><a href="<?php echo get_option('home'); ?>"/></a></h1>
<nav>
<?php st_navbar(); ?>
</nav>
</div>
</div>
</div><!--container-->
</header>

CSS

h1.logo {
left:50%;
margin-left:-80px;
float: none;
text-align: center;
}


h1.logo a {
background:url(images/logo.png) no-repeat;
width:181px;
height:127px;
display:block;
text-indent:-9999px;
float: none;
text-align: center;
cursor: pointer;
}


.header-bg {
height: 190px;
background: url(images/bg-header.png) repeat;
}

最佳答案

>  using this css you can display your logo with your home url.


h1.logo {
float: none;
left: 50%;
margin-left: -80px;
text-align: center;
z-index: 10000;
}

h1.logo a img{
display:block;
}

enter image description here

关于html - 页眉 Logo 链接问题(WordPress),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17800212/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com