NILAGolf_ Posted April 6, 2014 Share Posted April 6, 2014 Hi I found a possible bug from prestashop 1.6 default theme. Settings->CMS->delivery When editing the text and using bullets / numbering the indentation does not work in real life. It looks good at the editor but the actual page does not get the indentations. Tried to look from the forum but did not find any available fix for this. Please see the picture Link to comment Share on other sites More sharing options...
drugmirko Posted April 6, 2014 Share Posted April 6, 2014 (edited) Maybe not the best solution, bu it works for me. Add margin-left: 30px; to global.css line 6928 in .rte ul{ } You have ordered list so add the same margin to .rte ol{ } line 6932 Edited April 6, 2014 by drugmirko (see edit history) Link to comment Share on other sites More sharing options...
Dougadanny Posted April 8, 2014 Share Posted April 8, 2014 This worked for me and corrects all lists (ordered and unordered, numbers and bullets) in the CMS text, can't remember where I found. I added the following at line 15 on cms.css under themes/default-bootstrap/css/ #cms #center_column ul,#cms #center_column ol,#cms #center_column dl { margin-left:25px;} Link to comment Share on other sites More sharing options...
Recommended Posts