Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #489920

    Hi,

    I need to add some margin to a plugin that I’ve added through a code block, just wondered if you could help me with that?

    The plugin I want to add margin to is the countdown clock on the home page.

    Thanks,
    Matt

    #490232

    Hey Matt!

    Add this to the codeblock element as well.

    <style type = "text/css">
    .circular-countdown {
      height: 200px;
      padding-top: 40px;
      padding-left: 40px;
    }
    </style>

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.