2 in one object module stretched width

  • Savelyev
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #31217 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?
Attachments:

Please Log in to join the conversation.

More
10 years 8 months ago #31229 by ivan.milic
I would need you link so I could check live.

Please Log in to join the conversation.

  • Savelyev
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago - 10 years 8 months ago #31264 by Savelyev
Last edit: 10 years 8 months ago by Savelyev.

Please Log in to join the conversation.

More
10 years 8 months ago #31277 by ivan.milic
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;
}

Please Log in to join the conversation.

  • Savelyev
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #31298 by Savelyev
I'm very sorry, I poorly explained, I'm sorry for my English.

I want to do as in this photo
Attachments:

Please Log in to join the conversation.

More
10 years 8 months ago #31313 by ivan.milic
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;
}

Please Log in to join the conversation.

Time to create page: 0.355 seconds
Powered by Kunena Forum