Preview
[hide]
ACP >> Templates and styles >> Themes>> YOUR THEME >> global.css
add this
Code:
.helpdocslobos-number {
? ? display: inline-block;
? ? text-align: center;
}
.helpdocslobos-row {
? ? padding: 5px 10px;
? ? border-radius: 4px;
? ? margin-bottom: 5px;
? ? background-color: #282828;
}
.helpdocslobos-number {
? ? color: #8d3838;
? ? font-weight: bold;
? ? width: 20px;
? ? height: 30px;
? ? line-height: 30px;
}
Code:
<div class="helpdocslobos-row"><div class="helpdocslobos-number">1</div> Your text here</div>
<div class="helpdocslobos-row"><div class="helpdocslobos-number">2</div> Your text here</div>
<div class="helpdocslobos-row"><div class="helpdocslobos-number">3</div> Your text here</div>