I have purchased the Poloray theme and on pages I want to sometime make lists. I am using the HTML editor and even though a list appears correctly in the editor it does not appear correctly on the site page. And example is here:- http://datasystemsmanagement.co.uk/examples/?page_id=10 The words one, two, three should appear on this page as a list. Like this:- One Two Three But they do not. When I look at the HTML is shows:- <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> So it should work OK. Can anyone help? Cheers Steve B
Hello Steve , Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar ul { margin-left: 25px; } Thanks & Regards Pramod