Page 1 of 1

Text_1 question

Posted: 11 Aug 2009, 20:19
by winph
Hi,

i'm adding indexnumber & folderdescription into text_1 under settings. how do i put space or additional <br/> between the two?

thanks

Posted: 12 Aug 2009, 20:27
by winph
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?

Posted: 18 Aug 2009, 11:49
by mjau-mjau
Your questions:

#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.