Removing space in the userbar?

Zovator

Member
Capture.webpAs seen above, the userbar on my site has space between the edges and the text/buttons, I would like to push them out so there is no space at the edges, only in the center, between the two sections of text, how would I be able to do that?
-Thanks.
 
It works in my testing. Try using !important:

Code:
#moderatorBar .pageWidth
{
width: 100% !important;
}
Nothing.
This is what I currently have in EXTRA.css:
Code:
#moderatorBar .pageWidth
{
    width: 100% !important;
}
 
.navTabs .navTab.PopupClosed .navLink
{
    color: yellow;
}
 
.navTabs .navTab.PopupClosed .navLink:hover
{
    color: #A0A5C4;
}
 
 
.EWRporta_Portal .breadBoxTop,
.EWRporta_Portal .breadBoxBottom
{
display: none;
}
If it makes any difference, I'm using the Flexile theme.
 
Top Bottom