A layout with blocks/modules

Permalink
Hey there C5 community! I'm a front-end developer and designer just getting the hang of theming.

I'm trying to inplement this static website into c5:
http://www.qtagmedia.com/qr-code-marketing.php...

But I cant seem to recreate these blocks or modules I have in the main content and sidebar area.

Who can give me some help with this? Thank you!

 
anchoredbutterfly replied on at Permalink Reply
anchoredbutterfly
Concrete5 themes are all structured on blocks which you add and style as you wish. Not sure I understand what you're asking here. If you want to hire someone to do this for you, post it on the Jobs forum. Otherwise, I suggest you start reading the how-to's regarding theme building in c5.

Good luck!
YvonVuijk replied on at Permalink Reply
Not really what I meant. Currently, the elements are not 'blocks' because they're not surrounded by div elements. It's just the code of the element itself (form, p, etc.).

What I would like is this:

<div class="block">
the element here
</div>

<div class="block">
next element
</div>

I'm not sure where to add the html code for the individual items.