Module horizontal display in mainbody_top

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
Mon Nov 25, 2013 2:33 pm
Reply with quote
Report this post
Hi,

I want to show two different modules in mainbody_top module position, but I want to show them horizontally displayed. Right now, no matter what the size is, they are shown vertically.

Could anybody please help me?


Thank you in advance for your time!
User avatar
Senior Boarder

teitbite
Wed Nov 27, 2013 3:18 am
Reply with quote
Report this post
Hi

Please publish this 2 modules and show me Your site than.
User avatar
Moderator

GK User
Wed Nov 27, 2013 10:23 am
Reply with quote
Report this post
Hi teitbite,

They are published in www.laraiz.es/gira
User avatar
Senior Boarder

teitbite
Thu Nov 28, 2013 7:22 am
Reply with quote
Report this post
Hi

Please try with this code:

Code: Select all
#gkMainbodyTop .box1 {
width: 50%;
float: left;
}

#gkMainbodyTop .box2 {
width: 50%;
float: right;
}


I can see only one module, but after adding this code to css You will be able to make what You want with module class suffixes "bo1x" and "box2".
User avatar
Moderator

GK User
Thu Nov 28, 2013 10:57 am
Reply with quote
Report this post
Aw yes, sorry, it was inside a event. But the code is working ;)

Thanks a lot!

Solved!
User avatar
Senior Boarder

teitbite
Mon Dec 02, 2013 10:43 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron