Quote Originally Posted by EricD View Post
Can someone please help me?
I'm creating a site at www.ampedit.uk
It includes a blog for which I've used DropInBlog code.
The blog works in standard pc format, but disappears when I switch to mobile (either by shrinking my pc browser window or viewing on my phone).
I've tried resizing the placeholder on the mobile version but without success.
DropInBox say it's not a fault of theirs and suggest that it's to do with CSS or Javascript.
Can anyone advise me what to do?
Xara's Variants put all the page code into one big file, here http://www.ampedit.uk/blog.htm. It then hides away the Variants that are not in use and reveals the appropriate ized one as the viewport changes.

Your Blogs code is referencing an ID (<div id="dib-posts">). HTML IDs, however, are only designed to be recognised on the first mention; a second one will just be ignored.
You could try creating separate Blogs for each Variant.

Acorn