SMF Shop

SMFShop => SMFShop Announcements => Topic started by: Daniel15 on January 20, 2007, 09:28:07 pm

Title: Having display problems with SMFShop? Read this topic!
Post by: Daniel15 on January 20, 2007, 09:28:07 pm
It was brought to my attention (http://www.daniel15.com/forum/index.php/topic,536.0.html) 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 :)