indus Posted December 11, 2013 Share Posted December 11, 2013 (edited) Hi I had a lot of tables in the long description area of product pages, which have been messed up after i upgraded from 1.4 to 1.5. Table borders which now appear as dotted lines, spacing all broken etc. I also notice that many text editing options are not available in presashop 1.5 compared to 1.4. Could this be the reason for this problem? Edited December 11, 2013 by indus (see edit history) Link to comment Share on other sites More sharing options...
Radu Posted December 11, 2013 Share Posted December 11, 2013 when you upgraded the css changed so it's normal... You need to edit your theme or try a new theme that's built for presta 1.5 Link to comment Share on other sites More sharing options...
indus Posted December 11, 2013 Author Share Posted December 11, 2013 I use a theme for 1.5. Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 Hi I had a lot of tables in the long description area of product pages, which have been messed up after i upgraded from 1.4 to 1.5. Table borders which now appear as dotted lines, spacing all broken etc. I also notice that many text editing options are not available in presashop 1.5 compared to 1.4. Could this be the reason for this problem? hello can you share url? i will inspect css styles Link to comment Share on other sites More sharing options...
indus Posted December 11, 2013 Author Share Posted December 11, 2013 hello can you share url? i will inspect css styles Hi May i PM you the URL? Dont want to post it publicly. Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 sure it's not a problem for me Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 this is an example of table: http://i.imgur.com/M83PhBo.png may i know where the problem is? it looks ... normal? Link to comment Share on other sites More sharing options...
indus Posted December 11, 2013 Author Share Posted December 11, 2013 (edited) yes. but that table has rows and columns too, its copied from here : http://www.msi.com/product/mb/Z87-G43.html#/?div=Basic Specifications section. Now after upgrade, the borders are not visible. Edited December 11, 2013 by indus (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 it's because of css styles there is no css for table. .speclist { border:1px solid #ccc;border-right:none; border-bottom:none; /*margin:0 auto; width:870px;*/ background: #FFF;} .speclist .title { border:none; } .speclist th,.speclist td, #cpu_list th, #cpu_list td { padding:10px 20px; background:url(../../images/front/bg_td.jpg) top repeat-x;/*border-top:1px solid #fff;border-left:1px solid #fff;*/ border-right:1px solid #CCC; border-bottom:1px solid #CCC; line-height:140%; } .speclist th, #cpu_list th { text-align:left; background:url(../../images/front/bg_th.jpg) repeat-x top #f2f2f2; } .speclist th h2 { font-size:20px; } .speclist td { color:#4c4c4c; } remember about images Link to comment Share on other sites More sharing options...
indus Posted December 11, 2013 Author Share Posted December 11, 2013 How can i fix this? Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 use code that i pasted in your theme main css file. then customize code to achieve any effect you want. (after paste code you will have the same design as on http://www.msi.com/p...tml#/?div=Basic Link to comment Share on other sites More sharing options...
indus Posted December 11, 2013 Author Share Posted December 11, 2013 (edited) Hi Interesting thing happened. I pasted in global.css file and the tables are same as before for only that manufacturer. I will try to look at the css and see what you have pasted. Thanks a lot. I wish to use this same format for other tables, but different tables have different styles. Edited December 12, 2013 by indus (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 12, 2013 Share Posted December 12, 2013 can you show table where you haven't got correct styles? Link to comment Share on other sites More sharing options...
indus Posted December 14, 2013 Author Share Posted December 14, 2013 Hi vekia I have pm you the url, you know how i can fix that last problem. Rest of the tables are looking decent now. I will manually add the styles for the other tables. Link to comment Share on other sites More sharing options...
Recommended Posts