AndersHelbo Posted April 7, 2014 Share Posted April 7, 2014 Hi On http://smokeit.erpbasen.dk I have a problem when edit the CMS pages. It works fine when I edit them, but when I want to show the pages on the frontend, there's something wrong with the paragraphs. You can see it on the screenshots attached: Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 it's because of css styles your theme uses this code: .std ul, .std ol, .std dl, .std p, .std address, .std blockquote { margin: 0; padding: 0; } 1 Link to comment Share on other sites More sharing options...
AndersHelbo Posted April 7, 2014 Author Share Posted April 7, 2014 it's because of css styles your theme uses this code: .std ul, .std ol, .std dl, .std p, .std address, .std blockquote { margin: 0; padding: 0; } Thanks so much. Can you tell me where to edit it? And what I should edit it to? Link to comment Share on other sites More sharing options...
AndersHelbo Posted April 8, 2014 Author Share Posted April 8, 2014 Okay I found out how to style it correctly. The only thing I need now is, that when I hit ENTER, it should end and make a new paragraph? Is this possible? Link to comment Share on other sites More sharing options...
kos2 Posted October 2, 2014 Share Posted October 2, 2014 (edited) Is no problem in CSS It is a problem because CMS Editor add <p></p> instead of <p> </ p> anyone have the solution? Edited October 2, 2014 by kos2 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 2, 2014 Share Posted October 2, 2014 i don't think so, tinymce editor doesnt use between<p></p> even in old ps versions it's not right way to "break" lines. single <p></p> should be enough Link to comment Share on other sites More sharing options...
AndersHelbo Posted October 2, 2014 Author Share Posted October 2, 2014 Is there another editor for Prestashop available that does make this problem? Link to comment Share on other sites More sharing options...
71newyorker Posted February 7, 2015 Share Posted February 7, 2015 Hi guys, I was having the same issue, i cant increase size between paragraphs, if i hit ENTER several times in the CMS edit page it still only creates 1 line gap between paragraphs. This error has been really annoying because its such as simple task. SOLUTION: for me, in the backoffice CMS section, when your editing content in a page, click the 'source code' button in the top left of the box and use this to add more spacing or new paragrpahs... <p> </ p> Using the above worked for us Link to comment Share on other sites More sharing options...
Recommended Posts