- Posts: 12
- Thank you received: 0
2 in one object module stretched width
-
Savelyev
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #31217
by Savelyev
2 in one object module stretched width was created by Savelyev
I want 2 modules are aligned on the width. I want them to stand on one line, and they take up two lines. How to fix it?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31229
by ivan.milic
Replied by ivan.milic on topic 2 in one object module stretched width
I would need you link so I could check live.
Please Log in to join the conversation.
-
Savelyev
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31277
by ivan.milic
Replied by ivan.milic on topic 2 in one object module stretched width
Add this css to layout.css
.ea_vert_border{
float: left!important;
width: 210px!important;
min-height: 1px!important;
}
.ea_vert_border .easm_label{
float: left!important;
display: block!important;
width: 50px!important;
}
.ea_vert_border #src_town_116{
width: 130px!important;
float: left!important;
}
.ea_vert_border_button{
float: left!important;
width: 100px!important;
margin-top: -4px!important;
min-height: 1px!important;
}
.ea_vert_border{
float: left!important;
width: 210px!important;
min-height: 1px!important;
}
.ea_vert_border .easm_label{
float: left!important;
display: block!important;
width: 50px!important;
}
.ea_vert_border #src_town_116{
width: 130px!important;
float: left!important;
}
.ea_vert_border_button{
float: left!important;
width: 100px!important;
margin-top: -4px!important;
min-height: 1px!important;
}
Please Log in to join the conversation.
-
Savelyev
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 4 months ago #31298
by Savelyev
Replied by Savelyev on topic 2 in one object module stretched width
I'm very sorry, I poorly explained, I'm sorry for my English.
I want to do as in this photo
I want to do as in this photo
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31313
by ivan.milic
Replied by ivan.milic on topic 2 in one object module stretched width
In same css file:
.module_inset{
background: #ededed;
min-height: 110px;
display: block;
width: 100%;
}
.module_inset > .moduletable{
float:left;
}
for module having list of labels set suffix " mysuffix" - note first letter is blank char.
than add
.mysuffix{
width: 691px;
}
.module_inset{
background: #ededed;
min-height: 110px;
display: block;
width: 100%;
}
.module_inset > .moduletable{
float:left;
}
for module having list of labels set suffix " mysuffix" - note first letter is blank char.
than add
.mysuffix{
width: 691px;
}
Please Log in to join the conversation.
Time to create page: 0.241 seconds