• Resolved Giada

    (@dadah)


    I am using the three column generatepress theme. I would like to insert in the right column of the images all 200px wide. with the image widget I can insert only one image in each container. I would like to put all the images in one container. it’s possible?
    Dadah

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    You would likely need to use the HTML widget.

    Then you can do this:

    <img src="URL TO YOUR FIRST IMAGE" alt="" />
    <img src="URL TO YOUR SECOND IMAGE" alt="" />

    And so on..

    Hope this helps 🙂

    Thread Starter Giada

    (@dadah)

    that is right, I’m a real fool 🙂 , I had tried it but had written the wrong html code. Thank you.

    Theme Author Tom

    (@edge22)

    You’re welcome! Glad I could help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘multiple images in the same container’ is closed to new replies.