Pesky position oddity

Morgain

Well-known member
On my secondary navbar the Forums items show inset about 1" or 2cm.
This doesn't happen with the Members secondary items.
Small detail but I'm always conscious of limited horizontal space on many users screens.

I do use Nodes as Tabs.

Note in picture "CONTENTS" is just my label name for the usual "Forums" page.

secnavbar.webp
 
This CSS is responsible:

Code:
.navTabs .navTab.forums .blockLinksList {
margin-left: 100px;
}

Search your style for:

.navTabs .navTab.forums .blockLinksList

It's probably in EXTRA.css.
 
Top Bottom