I would like to centralize my navigation bar in my network, could someone help me? I'm still a noob on design and ning itself... any help or suggestions would be pretty much apreciated.
Thanks a lot!
Tags:
Permalink Reply by Armani Rouse on June 25, 2012 at 2:32pm when you say "centralize" what do you mean because Im trying to establish a simple side tab that when you click it all the sub tabs in the ning navigation bar would drop down from it

Permalink Reply by Patrick Chappelle on June 25, 2012 at 3:53pm If I understand you correctly, you want to center your tabs. Yes? If that's what you mean, here is the code:
.xg_theme #xg_navigation ul {
text-align: center;
margin: 0 auto;
}
This can only be used in the Design Studio, and goes in your Advanced CSS box.
Permalink Reply by Ron Fritzemeier on June 26, 2012 at 10:40am text-align: center doesn't do what he is trying to do since his li is a block element and floated left. Two options:
.xg_theme #xg_navigation ul{
margin: 0 auto;
width: 60em; //adjust to fit all of your menu items
}
or
.xg_theme #xg_navigation ul{
text-align: center;
margin: 0 auto;
}
.xg_theme #xg_navigation li {
float: left;
margin: 0 3px 0 0;
display: inline-block;
}

Permalink Reply by Patrick Chappelle on June 26, 2012 at 11:05am I wasn't sure what he meant in the first place, so I'm pleased you were able to figure it out.
Permalink Reply by Armani Rouse on June 26, 2012 at 11:45am Hey ron! These two forms of code you provided will do wat exactly? Im trying to create one main menu tab that would act like a "feedback" tab that you see on some sites where its just a side tab that follows the page as you scroll, I want to make one that I could put all the current tabs and sub tabs I have on my network now under that one tab..ultimately to save space...I also wanted to add pics next to the tabs like a little picture of a house for example the "home" tab....will either of these codes do wat Im looking for?
Permalink Reply by Ron Fritzemeier on June 26, 2012 at 11:51am All these do is take a horizontal menu like this:
-----------------------------------
item 1 | item 2 | item 3
and center the links in the navigation bar:
-----------------------------------
item 1 | item 2 | item 3
What you are trying to do is quite different. I'll send you a PM re. your question.
Permalink Reply by Armani Rouse on June 26, 2012 at 12:03pm ah ha! gotcha bud, thanks a lot dude id really like to get this done today if possible lol ive been trying for a while now!
Violeta replied to Violeta's discussion 'Problemas.. y más problemas.....' in the group Ning Networks en español
Bon replied to Bon's discussion 'Cannot Install a new Background in Classic 2.0'
Violeta replied to Violeta's discussion 'Problemas.. y más problemas.....' in the group Ning Networks en español
sho allan replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
© 2013 Created by Ning.
