d.crysty23 Posted March 4, 2014 Share Posted March 4, 2014 How can I center all these elements on the page? Right now, they are on the left side and I want them in the middle. I think that "center_column" should be enlarged but I don't know from where to do it. Can you tell me please? http://www.3bwine.com/CRISTY/prestashop/index.php?controller=order Thanks in advance! Link to comment Share on other sites More sharing options...
TreeTheme Dev Posted March 4, 2014 Share Posted March 4, 2014 Yeah you are right about center_column, change this code in global.css line 741 #order #center_column, #order-confirmation #center_column { width: 757px; } delete or comment out that line with width. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted March 4, 2014 Share Posted March 4, 2014 (edited) Looks like class="grid_5" is floating everything to the left. If possible remove this class then add the following #order #center_column, #order-confirmation #center_column { margin: 0 auto; width: 757px; } Hope that helps! Marty Shue Edited March 4, 2014 by Carolina Custom Designs (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts