CSS bugfixes
-
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;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS bugfixes’ is closed to new replies.