コードに追加しようとしpadding-right
ています。試みたにもかかわらず、私はそれを成し遂げることができませんでした(試みたとしても)。margin-right
.widget-title {
color: #454545;
font-size: 14px;
font-weight: bold;
padding-bottom: 10px;
padding-right: 20px !important; /*First tried it without !important but it did not worked in both the cases.*/
text-transform: uppercase;
}
これがマークアップです。
<li id="categories-2" class="widget-container widget_categories"><h3 class="widget-title">Categories</h3> <ul>
どうすればいいのか教えてください。