Equal height column

Hi,

I have a (stupid) question for you. Sorry for that. I'd like to make automatically fit the size of an image (in the right column) with the text inside the left column. Is there an easy way to do that ? I've tried a lot of options proposed for wraps (equal height etc.) but I didn't find a way to get that result.

Thanks in advance for you help.

Comments

  • Hello,
    You can turn on the "Equal Height of Wraps" in the section settings.
    makes all of the wraps inside a section to be equal in height. It is
    mostly used to position elements on top, middle, or bottom inside wraps.
    Thanks
  • Hi Pablo,

    Thank you for your prompt feedback.
    I do have another question for you. I'd like to open a pop by clicking on an image. How can I manage that ? Actually, the pop-up shortcode only includes a button, then it pop-up and inside the pop-up we have an image.

    I'd like to click on the image to open it.
    I hope it's clear enough.

    Thank you in advance,
    Vi.
  • Sadly, it will be not easy to recreate:
    You would have to create a custom html structure based on our button popup.
    See this code:
    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    < div id="you-custom-id" style="display:none">CONTENT HERE< /div>
    You would have to replace the [button] shortcode with
    <a href="#your-custom-id" target="_blank"><img src="path" /></a>
    Thanks
Sign In or Register to comment.