Module Positions

GK User
Wed May 01, 2013 12:24 am
Hi,

I am using positions user8, user 9 and user 10. I want 8 to be 4 columns, 9 to be 2, and 10 to be 6 I set the boot strap columns in the module, but it still makes all of them 8, 9, and 10 4 columns each.

Any help would be appreciated.

Thanks,
Adam
User avatar
Junior Boarder

teitbite
Wed May 01, 2013 11:09 am
Hi

Please show me page with this modules in columns.
User avatar
Moderator

GK User
Wed May 01, 2013 9:31 pm
Thanks teitbite for getting back to me, I've attached a copy of the screen shot
ScreenShot.png
.

The leftmost column should be 4 columns (User 8)
The middle column should be 2 columns (User 9)
The rightmost column should be 6 columns (User 10)

I have set the width in the module Advanced Settings - but they all are coming out as 4 columns.

Thanks again,
Adam
User avatar
Junior Boarder

teitbite
Thu May 02, 2013 12:14 pm
Hi

I think this can be solved with module class suffix. For example User 8 which should have modules in 4 columns. Each module shoud have a module class suffix: " width25" (space in front is important), than You need to add a class for this suffix which should looks like that:

Code: Select all
.width25 {
float: left;
width: 25%;
}


similar action will have to be done with rest of the module positions.
User avatar
Moderator

GK User
Fri May 03, 2013 12:20 am
Hi,

I tried it, and it gave it gave me 25, 50 or 100 percent of the module size, not the page size.

The image below is an example. I set the middle section with a width50 and it is 50% of the module size.



Any ideas?

Thanks,
Adam
User avatar
Junior Boarder

teitbite
Sat May 04, 2013 12:35 pm
Hi

Ok. This is exactly what I was aiming for, which means that I did not understood what You need. Can You please draw it for me with some dimentions values of what this columns should be and try explaing one more time what this columns means. I thought You want to add more modules into one position but display it in columns.
User avatar
Moderator


cron