• Resolved hafriberg

    (@hafriberg)


    I experienced problems with the size of images on the published page (it was fine in the glutenberg editor) and with the vertical alignment of the small triangle-shaped arrows pointing to the timeline. These issues could be fixed as follows:

    /* proper display of images */
    .tb-image img {
    max-width:100%;
    height:100%;
    }

    /* proper alignment of arrow */
    .tb-timeline-title-wrap h3 {
    margin-top: 0px;
    }

    .tb-timeline-content:before {
    top: 10px !important;
    }

    • This topic was modified 5 years, 5 months ago by hafriberg.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘CSS bugfixes’ is closed to new replies.