πΊπΈ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
πΊπΈUnited States LenLamberg
πΊπΈUnited States LenLamberg
πΊπΈUnited States LenLamberg
LenLamberg β created an issue.
β¨ | Barrio Bootstrap 5 Theme | Whats the best way to switch the order of sidebar and content blocks on breakpoints?
πΊπΈ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 }}
{% endblock %}