Blocks

Permalink
Hi,

where can i set that when i add new block comes on horizontal line not vertical.

Im making a horizontal root navigation under header. First is goint to be picture (home.gif) inside of word Home (i add image block) and after block with Auto-nav breadcrump trail.

 
Remo replied on at Permalink Reply
Remo
this is part of your layout which you probably should define using css.

concrete5 is not a web design tool but rather a cms, some parts must be modified using css or sometimes even html!
McArtney82 replied on at Permalink Reply
You could try using display inline for a <ul> for the area and then add a block wrapper start of <li> and block wrapper end of </li> for the area. You'll need to style the ul in your css file to make it display horizontally and not show bullets which is pretty straight forward.

Only issue I've found with this method is that content blocks add <p> tags so they will add an automatic line break, I'm sure with some effort you could work around this still.