Author Topic: Shop width  (Read 2253 times)

Offline samo8076

Shop width
« on: May 09, 2007, 01:32:35 am »
hi, love this mod. im using the latest version with the PNPN theme, only problem is iv manually adjusted the width of the theme and now i need to do the same with the shop, any ideas where in the code is the place to do this?

thanks in advance guys. :smitten:

Offline samo8076

Re: Shop width
« Reply #1 on: May 09, 2007, 04:56:59 pm »
any ideas guys? this is the only thing now thats stopping me from making my site live :'(

Offline Daniel15

Re: Shop width
« Reply #2 on: May 12, 2007, 10:40:25 am »
So, you want to change the width of the whole SMFShop? In Themes/default/Shop.template.php, find:
Code: [Select]
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="padding-top: 1ex;"><tr>
Replace the width="100%" with whatever you'd like :)

Is this what you mean?