Hallo,
ich hab mittels folgendem Code das Userpanel verschoben und lasse den Avatar wieder anzeigen.
CSS
#userPanel .userPanelInner {
position: relative;
top: 30px;
right: 0;
margin-left: 112px;
padding-right: 10px;
z-index: 100;
}
#userAvatar {
clip: rect(0px, 100px, 100px, 0px);
display: block !important;
position: absolute;
top: 0px;
right: 170px;
}
#userAvatar img {
height: auto !important;
width: 100px !important;
}
#userNote {
position: absolute;
top: -25px;
right: 50px;
}
#userMenu {
display: block;
position: absolute;
top: 0px;
right: 0px;
width: 160px;
z-index: 100;
}
Display More
Leider hab ich jetzt das Problem, daß sowohl der Link fürs abmelden als auch der Link zum Profil bearbeiten nicht anklickbar ist. Hat jemand ne Idee wo der Fehler liegt?