我正在尝试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>
请帮我看看我该怎么做。