Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Template of this forum??


wmarcy
Member

@wmarcy

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;

}

Skip to toolbar