Architecture - Unordered bullet list not working

Latest Reply from Alice at 2013-07-29 01:32:30 Solution
Hello,

We have just bought your Architecture theme for our web http://kti.uniza.sk and when we try to format text with unordered bullet list, it appears as sorted in bullet list in WYSIWYG editor, but not on page.

For example, on this page: http://kti.uniza.sk/index.php/laboratoria-zlievania-a-tepelneho-spracovania/

This text should appear as sorted in unordered bullet list:

"štyrmi odporovými pecami,
simulačným programom ProCAST,
riadiacim CNC programom Mach3,
obrábacím CNC programom Cut3D,
trojosovou CNC frézou na bezmodelové formovanie,
dvoma indukčnými pecami s hmotnosťou vsádzky do 50 kg a 100 kg."

But it doesn´t.

Could you please tell us why it´s not working?

Thanks
Hi!
To fix this you have to add the following code to the file style.css:
.articles ul {
list-style:disc outside;
margin:20px
}

Leave a reply

Add codeAdd image