Regarding the news feed I was to quick.
Still have the issue with the two columns.
I edited base.css section [ 3] Masterpage & Page Layout __layout
Here it shows with two columns.
In customize mode, only one column.
Changed size of news feed, now one column, but the other information is not shown next to it.
Again in customize mode everything in good order ?!
Changes made:
ul.ow_newsfeed {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
-o-column-count: 1;
-ms-column-count: 1;
-webkit-column-gap: 5px;
-moz-column-gap: 5px;
column-gap: 5px;
-o-column-gap: 5px;
-ms-column-gap: 5px;
}
and
[15] Plugin Styles __plugins
ul.ow_console_lang {
-webkit-column-count: 1 ;
-moz-column-count: 1 ;
column-count: 1 ;
-o-column-count: 1 ;
-ms-column-count: 1 ;
padding-right: 0px;
}
Or did I edited the wrong file / section?
Thx again for your help in advance.