Tagged: alignment, bullet point
Hi, please take a look at this page: http://new.500.uk.com.gridhosted.co.uk/sip-trunk-plus-partners/ and notice how the first bullet point under the “3CX” description is not showing up and how the first bullet point under the “Box” description shows up on the right. I cannot seem to rectify this. I have recreated the text content multiple times; selected all content and aligned it to the left, but still it stays the same.
Is this is a bug – is there some way to fix this? It only seems to be acting up on this page.
Thanks,
Lea
Hi,
Its not a bug , its a setting on the unordered list. Here is the css to change it. Please add it to /css/custom.css or to Quick CSS. Before the setting was …. list-style: disc outside; You can try it without !important. .. it should work , but just in case i added it.
ul.disc, .entry-content ul {
list-style: disc inside !important;
}
Thanks,
Nick
Perfect solution, thanks!