Page MenuHomeGitPull.it

Move speaker name to the bottom
Closed, ResolvedPublic

Description

Actually this is the situation:

photo_2020-02-01_13-16-36.jpg (274×238 px, 12 KB)

Event Timeline

valerio.bozzolan triaged this task as Wishlist priority.Feb 1 2020, 17:59
valerio.bozzolan created this task.

Fixed with:

.members .qt-header-mid .qt-title {
	position:relative;
	top:30px;
	color:red !important;
}

Now using:

.members .qt-header-mid .qt-title {
	position:absolute;
	bottom:0 !important;
	left:0 !important;
	-webkit-box-orient: unset;
}

Screenshot from 2020-02-01 18-12-01.png (333×317 px, 92 KB)