Ch,
Locate this:
includes/templates/cherry_zen/css/styleshett.css
Find this:
ul, ol {
margin:0 0 10px 10;
padding-left:25;
text-align:left;
}
Change to this:
ul, ol {
margin:0 0 10px 0;
padding-left:0;
text-align:left;
}
- Notice the highlighted text red in your declaration values I have changed...
- I found this problem by using Moxilla Firefox browser with the add on Web developer and Firebug
- A free killer tool to build your site




