πŸ‡ΊπŸ‡ΈUnited States @LenLamberg

Account created on 25 September 2011, almost 13 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States LenLamberg

What about the composer lock and composer json files?

πŸ‡ΊπŸ‡ΈUnited States LenLamberg

Thank you very much for this patch

πŸ‡ΊπŸ‡ΈUnited States LenLamberg

I wanted to display one column for small devices, with content first (full width); then display content on the left and first sidebar to the right for tablets, and three columns with content in the center for larger screens. I created a subtheme, with a new page.html.twig template, and included the following code block:
{% block content %}

{{ page.breadcrumb }}


{{ page.content }}



{% if page.sidebar_first %}

{{ page.sidebar_first }}

{% endif %}
{% if page.sidebar_second %}

{{ page.sidebar_second }}

{% endif %}

{% endblock %}

Production build 0.69.0 2024