Question about the using of block-grids
Posted: 03 Jun 2023, 13:07
Hi,
i inserted in my text a block-grid with 4 images:
I also work with the p align formatting to align the text.
But how can I make the horizontal column smaller in the middle so that it is as wide as the vertical one?
Thanks in advance for any help.
i inserted in my text a block-grid with 4 images:
I also work with the p align formatting to align the text.
Code
<ul class='small-block-grid-2'>
<li>Links oben<a href="{{path}}1685804076721.png" data-popup><img src="{{path}}1685804076721.png" alt="" /></a></li>
<li><p align="right">Rechts oben<a href="{{path}}1685804115993.png" data-popup><img src="{{path}}1685804115993.png" alt="" /></a></p></li>
<li><a href="{{path}}1685804186027.png" data-popup><img src="{{path}}1685804186027.png" alt="" /></a>Links unten</li>
<li><a href="{{path}}1685804146400.png" data-popup><img src="{{path}}1685804146400.png" alt="" /></a><p align="right">Rechts unten</p></li>
</ul>
Thanks in advance for any help.