styling a module
-
trey-braid
- Topic Author
- Visitor
13 years 11 months ago #4570
by trey-braid
styling a module was created by trey-braid
here is the url of my website with the module
www.govenom.com/player-roster.html?sobi2...bi2Details&sobi2Id=5
this is a sobi module (sobi simple featured module) which generates entries in a side by side fashion... can you help me with the css so the entries are generated instead to a single row for each entry...
example.... name | number | position
ive tried to add this the template.css.css with no luck
div.mod_sobi2simplefeatured div.entry {
display:inline;
background:#FFF !Important;
font-size: 12px;
color: #000;
}
thanks
trey
www.govenom.com/player-roster.html?sobi2...bi2Details&sobi2Id=5
this is a sobi module (sobi simple featured module) which generates entries in a side by side fashion... can you help me with the css so the entries are generated instead to a single row for each entry...
example.... name | number | position
ive tried to add this the template.css.css with no luck
div.mod_sobi2simplefeatured div.entry {
display:inline;
background:#FFF !Important;
font-size: 12px;
color: #000;
}
thanks
trey
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
13 years 11 months ago #4571
by trey-braid
Replied by trey-braid on topic Re: styling a module
div.mod_sobi2simplefeatured div.entry {
background:#FFF !Important;
}
div.mod_sobi2simplefeatured div.entry *{
display:inline;
}
instead of the entry's being stacked they are now listed side by side
again if you can help me it would be greatly appreciated.... i am looking for their to be an entry to each row
example:
name | number | position
name | number | position
name | number | position
background:#FFF !Important;
}
div.mod_sobi2simplefeatured div.entry *{
display:inline;
}
instead of the entry's being stacked they are now listed side by side
again if you can help me it would be greatly appreciated.... i am looking for their to be an entry to each row
example:
name | number | position
name | number | position
name | number | position
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
13 years 11 months ago #4572
by trey-braid
Replied by trey-braid on topic Re: styling a module
milos i was able to get it to display to an extent...
div.mod_sobi2simplefeatured div.entry {
background:#FFF !Important;
width:220px;
}
div.mod_sobi2simplefeatured div.entry *{
display:inline;
}
.... any idea what i can add so it is spaced out... the width of the right column in 220px roughly...
name|number|position ... all squinched up- tight with no spacing....
what else would i need to add to space everything out so it would look like this?
name | number | position
name | number | position
name | number | position
thanks
trey
div.mod_sobi2simplefeatured div.entry {
background:#FFF !Important;
width:220px;
}
div.mod_sobi2simplefeatured div.entry *{
display:inline;
}
.... any idea what i can add so it is spaced out... the width of the right column in 220px roughly...
name|number|position ... all squinched up- tight with no spacing....
what else would i need to add to space everything out so it would look like this?
name | number | position
name | number | position
name | number | position
thanks
trey
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
13 years 11 months ago #4583
by trey-braid
Replied by trey-braid on topic Re: styling a module
this has recently been added---still not working..
div.mod_sobi2simplefeatured {width:223px;margin:0;border:0;padding:0;}
div.mod_sobi2simplefeatured * {margin:0px 2px;border:0;padding:0;}
div.mod_sobi2simplefeatured div.entry {width:223px;background-color:#FFF;}
div.mod_sobi2simplefeatured div.entry * {display:inline;overflow:hidden;text-align:left;}
div.mod_sobi2simplefeatured div.entry div.title {width:123px;margin: 0px 15px 0px 0px}
div.mod_sobi2simplefeatured div.entry div.title a {width:123px;}
div.mod_sobi2simplefeatured div.entry div.customfields {width:50px;text-align:right;margin:0 10px;}
div.mod_sobi2simplefeatured div.entry div.customfields div.C16 {width:50px}
div.mod_sobi2simplefeatured div.entry div.customfields div.C17 {width:50px}
any ideas milos?
thanks
trey
div.mod_sobi2simplefeatured {width:223px;margin:0;border:0;padding:0;}
div.mod_sobi2simplefeatured * {margin:0px 2px;border:0;padding:0;}
div.mod_sobi2simplefeatured div.entry {width:223px;background-color:#FFF;}
div.mod_sobi2simplefeatured div.entry * {display:inline;overflow:hidden;text-align:left;}
div.mod_sobi2simplefeatured div.entry div.title {width:123px;margin: 0px 15px 0px 0px}
div.mod_sobi2simplefeatured div.entry div.title a {width:123px;}
div.mod_sobi2simplefeatured div.entry div.customfields {width:50px;text-align:right;margin:0 10px;}
div.mod_sobi2simplefeatured div.entry div.customfields div.C16 {width:50px}
div.mod_sobi2simplefeatured div.entry div.customfields div.C17 {width:50px}
any ideas milos?
thanks
trey
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
13 years 11 months ago #4610
by trey-braid
Replied by trey-braid on topic Re: styling a module
anyone...????
Please Log in to join the conversation.
-
trey-braid
- Topic Author
- Visitor
13 years 11 months ago #4625
by trey-braid
Replied by trey-braid on topic Re: styling a module
can someone please help me out real quick.... i think the template css is over writing the module css...
please help
thanks
trey
please help
thanks
trey
Please Log in to join the conversation.
Time to create page: 0.164 seconds