Series Secondary

This is just a sandbox for working through the series below-the-fold refresh.

We are making use of a 2-3 column adaptive layout in order to handle different availabilities of the secondary content in the series footer. (Only applicable to desktop, on mobile all content is full width)

the different possible cases are:

  • with series updates but no next-on
  • with next-on but no series updates
  • with series updates and next-on
  • no series updates or next on
about updatesa
about next onb
aboutupdatesnext on c
about order d
.about-the-series--has-updates // a
.about-the-series--has-next-on // b
.about-the-series--has-next-on.about-the-series--has-updates // c 
.about-the-series--has-synapsis-only // d

also, if we are in case d, and neither next-episode or updates are present, we need to hide the standard order-promo directly under this section (it's redundant because we are using an order-promo to fill the gap)

about-the-series.about-the-series--has-synapsis-only 
+
refresh-order-banner [display:none]