Hi,
i have some problems with the mobile view of the product details.
For any reason it appears not like it should.
The two colums containing the main image and the product information do not collapse.
I looked at the source and i see a different structure. There are some classes missing and the mobile.css is not applied.
Can you please tell me what to do to fix this?
Problem site:
<div class="productDetails">
<div>
<div class="main-image">
</div>
<div>
</div>
Working site:
<div class="productDetails">
<div class="width36 floatleft">
<div class="main-image ">
</div>
<div class="width58 floatright">
<div class="clear"></div>
</div>