is it possible to add a feature when i choose on_imge_below i can set the width to 50% so that in text_2 i can set another 50%. or this feature is already in the gallery?
#1 There is already a <br> between all text elements, and you can ´t add more, but instead you can edit the CSS to create a larger linespace between the two. CSS reference: viewtopic.php?t=4270
You use the "leading" style, and for example add it to .text_1_imageindex
Code
.text_1_imageindex {
leading: 5;
}
That should create more space below the "imageindex" text.
#2 - You should be able to set 50% width in settings for any TEXT_X item.