Re: Template of this forum??
OK, I don’t know if this is supposed to be how it looks, (tabbed, with the single horizontal bar over the selected tab, double over the other two non-selected tabs). This is how I got it.
Original:
#profile-menu {
list-style: none;
position: absolute;
right: 0;
}
Which I changed to:
#profile-menu {
list-style: none;
position: relative;
right: 0;
}