chahidkhan Posted April 25, 2014 Share Posted April 25, 2014 Hello developers ! I have a problem with order history tabs , i want to resize , for example status tab it will be small , check attached image to understand my problem , Please i need your help Thank you orderhistory.bmp Link to comment Share on other sites More sharing options...
PascalVG Posted April 27, 2014 Share Posted April 27, 2014 Hi chahid. You could edit file: /themes/<your theme folder>/history.tpl (make backup, just in case) and change something like this: Add red code: (Sample code from 1.5.5.0) <div class="block-center" id="block-history"> {if $orders && count($orders)} <table id="order-list" class="std"> <thead> <tr> <th class="first_item">{l s='Order reference'}</th> <th class="item">{l s='Date'}</th> <th class="item">{l s='Total price'}</th> <th class="item">{l s='Payment: '}</th> <th class="item th_history_style">{l s='Status'}</th> <th class="item">{l s='Invoice'}</th> <th class="last_item" style="width:65px"> </th> </tr> and then in themes/<your theme>/css/global.css (at the end of the file) .th_history_style {width: 70px;} Hope that helps, pascal. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now