The 2 modules in the position top1 stand next to each other. When I move both modules to the position main-bottom, the 2nd module is under the 1st module. How do I get both also next to each other?
Konrad M wrote:I don't see any modules published in 'top1' or 'bottom1' position. Did you try it ?
I moved the top1 news-pro-modules to mainbottom-bottom to check if it's possible te get them next to each other in that position. Also tried to use the bottom1-position. The modules are indeed next to each other. But I want those modules in mainbody-bottom.
Now, as you can see in http://www.altenaweb.nl/printscreen.jpg the first module is positioned a bit higher than the 2nd. Why is mainbottom_top not exactly the same as top2? That would solve the problem.
It is happend because default box in this position has margin-top set as 14px. But first module has suffix " no margin" so this value is 0. Just remove it from first one or add this suffix to second one. And then both will be at same line.