Attaching a patch below that fixes the templates for panel layouts. Only uses large-# classes, as it's reasonable to assume the defaults should just make mobile single column.

Comments

wbobeirne’s picture

Status: Active » Needs review
StatusFileSize
new8.92 KB
chrisjlee’s picture

Thanks. I will review this.

chrisjlee’s picture

Status: Needs review » Fixed

Your patch had some whitespace errors:

<stdin>:10: trailing whitespace.
  <div class="large-12 columns">
<stdin>:23: trailing whitespace.
  <div class="large-6 columns">
<stdin>:27: trailing whitespace.
  <div class="large-6 columns">
<stdin>:40: trailing whitespace.
    <div class="large-12 columns"><?php print $content['top']; ?></div>
<stdin>:44: trailing whitespace.
    <div class="large-6 columns">
warning: squelched 35 whitespace errors
warning: 40 lines add whitespace errors.

Oh well. Made some changes and committed. Thanks again!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.