Modules next to each other

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 28, 2012 3:53 pm
Reply with quote
Report this post
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?
User avatar
Expert Boarder

Konrad M
Thu Nov 29, 2012 8:28 am
Reply with quote
Report this post
Hi,
please try move them to 'bottom1' position. If it doesn't help please send me url to your website.
User avatar

GK User
Thu Nov 29, 2012 9:53 pm
Reply with quote
Report this post
Hi Konrad, I already send you in PM administrator login and password for altenaweb.nl. It was about a problem with missing images.
User avatar
Expert Boarder

Konrad M
Fri Nov 30, 2012 8:42 am
Reply with quote
Report this post
I don't see any modules published in 'top1' or 'bottom1' position. Did you try it ?
User avatar

GK User
Fri Nov 30, 2012 8:54 am
Reply with quote
Report this post
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.
User avatar
Expert Boarder

Konrad M
Fri Nov 30, 2012 1:28 pm
Reply with quote
Report this post
You can try add suffix to modules for example " half". Then try add to override.css
Code: Select all
.half {
float:left;
width:48%;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Sun Dec 02, 2012 6:37 pm
Reply with quote
Report this post
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.
User avatar
Expert Boarder

Konrad M
Mon Dec 03, 2012 11:09 am
Reply with quote
Report this post
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.
User avatar

GK User
Mon Dec 03, 2012 4:58 pm
Reply with quote
Report this post
Do I understand this correct? I replace the code for the right module to
Code: Select all
.halfright {float:left; width:48%; margin-top: 14px}
User avatar
Expert Boarder

Konrad M
Mon Dec 03, 2012 5:01 pm
Reply with quote
Report this post
No,
go to module settings and remove in first " nomargin" suffix or add this suffix to seconf one.
User avatar

GK User
Mon Dec 03, 2012 5:54 pm
Reply with quote
Report this post
Ok, that did the trick. After I also changed
Code: Select all
float:left;
to
Code: Select all
float:right;
for the right module, now both modules are exact the I want it, thanx Konrad.
User avatar
Expert Boarder


cron