I'm rather new to CSS and can't seem to figure out how to make my blocks inline.
I have a block (from organic groups "Group Details") that I would like displayed inline instead of block. I thought if I went down to: /* Content-block region */
and placed in there:
.content-block .block {
display: inline;
line-height: 1em;
text-align: right;
}
but no luck. Any ideas? Thank you
Comments
Comment #1
calefilm commentedAlso, even if I delete the entire CSS, my blocks are still inline with bullets... How do I make them inline and without bullets?
Comment #2
itapplication commented