• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 23.11.22, 16:28
  • Opened by: diana di
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23978 - AMP Bootstrap or grid columns

Hello, It is unclear to me as I don’t have the required knowledge, but as far as I can understand, part of bootstrap could be compatible with AMP. I am struggling to create responsive columns on AMP, and I am not succeeding. Please guide me or make the necessary changes.
Thank you
Diana

Comments

Fred 24 Nov 2022, 00:17

Hi, diana di.
There is no bootstrap in AMP.
Where do you want to have two columns? Please show me at a screenshot

diana di 24 Nov 2022, 15:10

On home page I want to create 2 columns ina row to put some content in them …https://monosnap.com/file/JYXv3vd20CqKefbOIXvRSD7sBf8g06 it is not working

Fred 24 Nov 2022, 20:20

Just add following code into HTML widget

<div style="display:flex">
    <div style="width:50%">column 1</div>
    <div style="width:50%">column 2</div>
</div>
diana di 25 Nov 2022, 09:19

Thank you, it works …. as always the simplest solution.

Fred 25 Nov 2022, 20:04

You are welcome!