Editing a schedule in concrete makes it move

Permalink
Hey all,

I'm quite new to concrete and i'm trying to build a website using concrete. So far everything was fine. However when i'm trying to edit the website the layout get distorted until i saved it then it's back to normal except for one item. My schedule isn't 100% accurate when i changed it.

I think their might be a better way in making such a list easier to edit and still having the changing background color (lighter - darker)

Does someone have a better way to do this? Or can someone help me a bit further.

website where you can check it out ishttp://concrete.jolu.be

 
FischerVision replied on at Permalink Reply
FischerVision
The first thing you could do is edit your style.css on line 153. Change
padding-top: 0.5px;
to
padding-top: 3.5px;
or add
line-height: 20px;


But it seems that the line in the middle is less high than the rest.
So you also can edit your feedbg.png image.

Edit: Why don't you make a table?
jochemke replied on at Permalink Reply
Well i didn't actually know concrete could handle table's to edit the content.
I'm gonna try it out, thanks for the fast reply
FischerVision replied on at Permalink Best Answer Reply
FischerVision
Just add content, and in the wysiwyg editor -> insert table. After you designed your table, you can just edit the contents in the future.
jochemke replied on at Permalink Reply
All done. Works much better. Thanks for the help.