On Shopify, I'm currently trying to host a landing page for signups, and really don't want the default theme layout, which looks like this (ASCII art):
CART
XXLOGOXX
MAIN-NAV-XXXXXXXXXXXX
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
PAGE-TITLE SIDEBAR
-TWEETS-
CONTENT
ONLY ABOUT 30% OF PAGE
-WIDGETS
-LOTS OF
(UNWIELDY)
WIDGETS
FOOTER WHICH TAKES UP TOO MUCH SPACE
Issue is, when I try to shove in a signup widget in order to try to get more control over the styling, it just takes up the small area in the content panel like an iframe, only an iframe would give me the chance to scroll around and see the image/signup widget.
I've tried creating a new layout and setting up templates to use the new layout, but I'd have to delete the old layout, which I feel is a solution similar to using a sledgehammer to kill a fly.
Is there a way I can change which layout the template should use, like changing the base template in Django and Rails? If not, is this a planned feature, and if so, how soon can I expect it?