Hi there, I managed to set my footer up to have menus and to successfully move the Newsletter email sign up to align with the Menus. But that’s where I encountered a problem, I wanted to split the header into 2 seperate lines, but have made a bit of mess of it. The first line is where I want it but then has duplicated. This is what it looks like:
Subscribe to our Newsletters
Subscribe to our Newsletters
Subscribe and get 15% off your first order
Whereas this is what I wanted it to look like:
Subscribe to our Newsletters
Subscribe and get 15% off your first order
I think whatever I did with this code has caused the problem:
{{ section.settings.newsletter_heading }}
{%- if section.settings.newsletter_heading != blank -%}
<h2 class="footer-block__heading inline-richtext">{{ section.settings.newsletter_heading }}</h2>
{%- endif -%}
<p class="newsletter-subtext">Subscribe and get 15% off your first order</p>
</div>
{%- endif -%}
