• Resolved emgb_520

    (@emgb_520)


    For some reason the margin between the blocks are not all the same.

    Can you please help me fix this?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Code Parrots

    (@codeparrots)

    Hi @emgb_520,

    You should be able to set a margin on the containers to help adjust them to your needs, which should help unify them a bit:

    .cd-timeline-block {
       margin: 2em 0;
    }

    However, javascript is utilized to layout the timeline and might override that bit of CSS. Tweaking the padding of the containers, or length of the excerpts might also help.

Viewing 1 replies (of 1 total)

The topic ‘Content Block Margin’ is closed to new replies.