address/tmp/listing.php
Could the styling / width at lines 40/41 moved into CSS please.
Instead of:
<div style=" width: 300px ; margin-left: auto ; margin-right: auto ;">
<table width="100%">
Do something like this:
<div class="hikashop_address_list">
<table class="hikashop_address_list">
and also change the following tr/td elements to something like:
<tr class="hikashop_address_details">
<td class="hikashop_address_details">
....
<td class="hikashop_address_buttons">
....
That way can adjust the styling without having to change the template code.
Thanks.