Navigation bar?

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Navigation bar?

Postby AlexW » 01 Dec 2009, 22:28

Hi,

First of all I absolutely love this theme, best I've seen by far. Although I have a quick little quest reguarding the navigation bar.

Where in the code or settings pannel can I find a way to move the navigation bar from the left to the right side of the page?

I've looked all over and can't find a solution.

Thanks,
Alex
AlexW
 
Posts: 3
Joined: 01 Dec 2009, 22:27

Re: Navigation bar?

Postby sayontan » 01 Dec 2009, 22:31

You can try putting this in "Custom Styles" under "Custom CSS, JavaScript and RSS":

Code: Select all
#nav ul {
        float: right;
}

#right-header-widgets {
        float: left;
}
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Navigation bar?

Postby AlexW » 01 Dec 2009, 22:35

Well that moved it, but it put it in the center.

http://xplosivetoons.freehostia.com/
AlexW
 
Posts: 3
Joined: 01 Dec 2009, 22:27

Re: Navigation bar?

Postby sayontan » 01 Dec 2009, 22:51

Add "width: auto;" to the "#nav ul" declaration.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Navigation bar?

Postby AlexW » 01 Dec 2009, 22:59

Awesome it worked!

Thanks very much!
AlexW
 
Posts: 3
Joined: 01 Dec 2009, 22:27


Return to Support Requests

Who is online

Users browsing this forum: drurturyils, Google [Bot], HeiseFups and 5 guests

cron