I put 5 images (with link) in a column (1/5) in a section color.
When I reduce the size of the browser window (width), the images are no longer in column.
How can I keep display in a column ?
Otherwise the smartphone display is not good.
Thanks
Hey ppi37!
Try dragging a codeblock element to your page and add this inside.
<style type = "text/css">
.av_one_fifth { margin: auto 0px !important; width: 19% !important; }
</style>
Regards,
Elliott
Hi Elliott,
The five images stay now in column !
Thanks a lot