haochen Posted November 13, 2013 Share Posted November 13, 2013 (edited) i add a logo to the blockpaymentlogo but it make my footer too tall.... anyone know how to move this to right side? my web is www.duquesachina.com Edited November 14, 2013 by haochen (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted November 14, 2013 Share Posted November 14, 2013 Hi Haochen, try this: edit themes/<your theme folder>/css/global.css add (at the end of the file): .lofadva-block-1 { height: 120px; } and, same file: (at line 2054): .paiement_logo_block { position: absolute; <- add this line width: 300px; <- change to 300px; top: 35px; <- add this line text-align: center; margin-bottom: 1.5em; } Hope this helps, pascal Link to comment Share on other sites More sharing options...
PascalVG Posted November 14, 2013 Share Posted November 14, 2013 P.S. Maybe copy your theme to a new name, as you may run in problems when upgrading your shop (Default theme will get overwritten) pascal Link to comment Share on other sites More sharing options...
haochen Posted November 14, 2013 Author Share Posted November 14, 2013 oh, nice tip for theme folder, if i only rename the folder? and thanks! now i will test the code Link to comment Share on other sites More sharing options...
haochen Posted November 14, 2013 Author Share Posted November 14, 2013 thanks a lot pascal! i got my footer changed Link to comment Share on other sites More sharing options...
PascalVG Posted November 15, 2013 Share Posted November 15, 2013 Glad it worked :-) About copying your theme: http://doc.prestashop.com/plugins/servlet/mobile#content/view/15925492 Pascal Link to comment Share on other sites More sharing options...
Recommended Posts