• Closed
  • Frank Ellerkamp
    Spectator
    16.04.2016 at 14:20 #26613

    Sorry for my bad english. It seems, that the shortcodes for “Popover” and “Tooltip” does not work. Even when i put the shortcode in my Page it fails. Any Idea?

    Frank Ellerkamp
    Spectator
    Posts: 16
    21.04.2016 at 09:55 #26838

    Hi,

    i fixed the icons with:

    .content-box {
    align-items: center;
    height: 470px;
    }

    Hm..the Buttons are not centered. Any idea?

    Frank Ellerkamp
    Spectator
    Posts: 16
    21.04.2016 at 10:33 #26839

    Fixed it:

    .cntbox_btn {
    text-align: center;
    margin: 0 auto;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    }

    .cntbox_btn a {
    position: initial;
    }

    Buttons in one Line:

    .content-box p {
    margin: 25px 0 50px 0;
    }

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 06:57 #26862

    Hi,

    Thank you for sharing the code.

    Frank Ellerkamp
    Spectator
    Posts: 16
    22.04.2016 at 10:50 #26884

    No Problem.