Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #421210

    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

    #421584

    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

    #421815

    Hi Elliott,
    The five images stay now in column !
    Thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘responsive problem’ is closed to new replies.