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. 

http://sierradown.com

Thanks a lot!

Views: 207

Reply to This

Replies to This Discussion

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

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.

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;

}

I wasn't sure what he meant in the first place, so I'm pleased you were able to figure it out.

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?

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.

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!

RSS

Latest Activity

Ambroise replied to JFarrow's discussion 'Become a Youtube Master with These 4 Tricks'
"I see nothing between line "compared to this:" and lien "When the user hits the play…"
8 minutes ago
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
"Allison would you please make sure that Phoron's new link gets picked up "
29 minutes ago
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
"Phoron's new live link  http://lifesmagickalweave.ning.com"
50 minutes ago
Kos replied to sho allan's discussion '[TIP-NING 3.0] Add icon in menu tabs!!'
"I was able to do it but you're right; I wish they allowed for more characters in the Tab Name.…"
1 hour ago
CPA replied to sho allan's discussion '[TIP-NING 3.0] Add icon in menu tabs!!'
"Thanks Sho, I'm going to try this!"
2 hours ago
soaringeagle replied to soaringeagle's discussion 'dreadlockssite 3.0 bugs issues suggestions list updated 5/18' in the group The Sandbox
"updated a member reported the following : It runs so slow that typing a comment/reply is next to…"
4 hours ago
Jordon McGee (Jords) replied to Jared's discussion 'Leaving members, deleting content, Archive feature'
"@Joe Fulton Eric is no longer an employee of Ning. All questions should be forwarded to Allison."
4 hours ago
Kos replied to sho allan's discussion '[TIP-NING 3.0] Add icon in menu tabs!!'
"Going to try this today.  Fingers crossed I don't screw it up *lol*"
4 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service