Can't use article because I need a very peculiar behavior for this block of text: Automatically appear under all articles in one subcategory of K2. So, I took Custom HTML module and placed content there using typography.
But as you will see, the bullets are dislocated and replaced with strange charachter.
If through FireBug I remove .box from
- Code: Select all
.box .custom li:before {
content: "";
font-family: FontAwesome;
font-size: 11px;
left: 0;
padding: 0;
position: absolute;
top: 11px;
}
And it looks like this
- Code: Select all
.custom li:before {
content: "";
font-family: FontAwesome;
font-size: 11px;
left: 0;
padding: 0;
position: absolute;
top: 11px;
}
Then it comes up to normal look, but I don't know that much as to come up with what I need to write in override.css to make it permanent...
Would you, please help?
Thanks.