Fórumok

Layout templates strange formating

Artur Korol, módosítva 11 év-val korábban

Layout templates strange formating

Junior Member Bejegyzések: 96 Csatlakozás dátuma: 2009.03.02. Legújabb bejegyzések
We have developed 6 custom layout templates. Problem is dialog box when we can choose layout template. See include screenshot, custom layouts are NOT grouped properly (3 in a row).

I have commented some standard layout templates to limit number of templates available - but this not helped.
thumbnail
Maarten van Heiningen, módosítva 11 év-val korábban

RE: Layout templates strange formating

Regular Member Bejegyzések: 174 Csatlakozás dátuma: 2009.02.05. Legújabb bejegyzések
Hello Artur,

I don't think you need to worry about something as it's not you who is doing anything wrong.

The simple truth is that is a <div> section with 4 columns beside each other. In Liferay 6.1 it will look somewhat different but there it will be 3 columns.
The problem is that the css styling is a bit broken and thus your last column is not placed to the right of the previous column but under the rest and so it looks like this.

You could fix it by changing the with of these columns in you css of the theme.

Best,
Maarten
Bradley Wood, módosítva 11 év-val korábban

RE: Layout templates strange formating