augis2003 Posted December 23, 2013 Share Posted December 23, 2013 Hi, maybe someone know and can give directions, how to make in order confirmation page, where is payment modules, to show in one line, instead of column. Picture for explanation attached. Link to comment Share on other sites More sharing options...
vekia Posted December 23, 2013 Share Posted December 23, 2013 hello it's possible, but only with css modifications. global.css line 1174 there is a code like: .payment_module { position: relative; padding-top: 20px; border-top: 1px dotted #ccc; text-transform: uppercase; } add there width, display:inline-block; and float:left param: display: inline-block; float: left; width: 200px; add also somewhere this: .cart_navigation {clear:both;overflow:hidden;} effect: Link to comment Share on other sites More sharing options...
augis2003 Posted December 23, 2013 Author Share Posted December 23, 2013 Cool. Thanks. Solved Link to comment Share on other sites More sharing options...
vekia Posted December 23, 2013 Share Posted December 23, 2013 you're welcome glad to hear that i could help a little i marked topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
vasekcekal Posted March 10, 2016 Share Posted March 10, 2016 Hello, please, Can anybody help what to do with same problem on PS1.6.1.4? What have I change in CSS? Thank you very much vasekcekal Link to comment Share on other sites More sharing options...
Recommended Posts