• Hey, y’all, hoping the help I’m looking for is relatively easy, but we’ll see.

    I have inserted the plugin Countdown FlipClock into a custom template full-page page in my wordpress site, and I cannot get it to align center, or maneuver it vertically in the post so that it appears above or below other elements in the page.

    Here is the page: https://wp.me/P43KoZ-1dW

    As you can see, it’s oriented top left, even though in the “edit page” interface, I have the shortcode inserted *below* the image. I don’t necessarily need to be able to have the post interface control where/how it appears, but I’d like to at least get it center-aligned and be able to “float” it vertically using pixel values so I can position it how I like.

    It appears as though the entire code for this plug is available for me to edit, so let me know if I should provide that here.

    Thanks in advance. I’ve always appreciated this help forum so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter iraheinichen

    (@iraheinichen)

    anyone have any ideas?

    To align center, add this to your custom CSS:

    .flip-clock-wrapper {
        display: table;
        float: none;
        margin: 0 auto !important;
        width: auto;
    }

    Thread Starter iraheinichen

    (@iraheinichen)

    for the WIN. You’re a rock star tonight good sir.

    Would still love to be able to float it up and down vertically, but honestly, centering it horizontally was much more important to me, so thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Coundown FlipClock] Cannot position plugin on page’ is closed to new replies.