Author Topic: Having display problems with SMFShop? Read this topic!  (Read 8667 times)

Offline Daniel15

Having display problems with SMFShop? Read this topic!
« on: January 20, 2007, 09:28:07 pm »
It was brought to my attention that the SMFShop 'Buy Stuff' page does not display properly in FireFox (the page is moved to the right. The same page displays fine in Opera and Internet Explorer. For anyone encountering this problem, could you please try this fix:

In Themes/default/Shop.template.php, find:
Code: [Select]
<br style="clear: all" />

Replace with:
Code: [Select]
<br clear="all" />

This should fix the display issue :)