Read the statement by Michael Teeuw here.
Left column seems bigger than left side
-
I have placed the Clock, Calendar an Traffic on the “top_left” side. Weather, Local Transport an MMM-Soccer at “top_right”.
The modules on the left side are approximately twice as wide than the right side.
So how can I fix this? An how comes, that the left column is wider than the right one?As far as I can see, there is no line in the main.css, that says that the left column has to be wider than the others…
Any suggestions?
Cheers
Andi -
@ak-media the regions width is not fixed, it gets stretched to the widest module in that specific region.
-
@strawberry-3.141
Ahhh, so I have to look for the widest module to fix this… -
@ak-media you can also set a max-width for a module in custom.css
.MODULE_NAME { max-width: 150px; }
-
@strawberry-3.141
Wonderful! That’s how i’ll fix this.
Thank you very much!