which file do i have to edit to make the wall wraped?
The wall is being used with several plugins like events etc.
which file do i have to edit to make the wall wraped?
The wall is being used with several plugins like events etc.
but the wall get thic class: ow_box_empty ow_add_comments_form ow_stdmargin ow_break_word
i want to remove the class empty. Because then its wraped. I did the same with the forum.
http://www.oxwall.org/forum/topic/35115
So iwant to do the same with the wall.
Thanks
however empty is added to the class via the component, so you want be able to delete it, which is why it easy to do via CSS
added this <div class="ow_box{$data.addClass} ow_break_word ow_box"{if !empty($data.style)} style="{$data.style}"{/if}>
and it works