【发布时间】:2020-11-03 01:50:38
【问题描述】:
我需要把这个小标志放在网站的右侧。 这是现在的样子:
我需要这个:
我正在使用这个 CSS 代码:
.term-151 .page-title.color-scheme-light .entry-title:after {
content: "";
display: inline-block;
background: url(logourl.jpg here) no-repeat;
width: 30px;
background-size: contain;
height: 30px;
position: absolute;
margin-left: 10px;
}
知道如何实现吗?谢谢。
【问题讨论】:
标签: css wordpress image woocommerce line