Jump to content
kellbasel

right justify nav classic

Recommended Posts

kellbasel

piedmonthighboosters.org

i am trying to align the nav classic menu; shown at top my my website to the right. I have made several attempts and using this css code

.main_nav ul { float: right !important; }

I have gotten it moved from the left side to ALMOST the right side. It isn't fully right justified. What have I done wrong???

Share this post


Link to post
Share on other sites
batman

Hi kellbasel

Please, you can try with

#tnav { right: 0px;}

I´m not sure


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
James B

Hi Kellbasel

Let us know if Batman's answer works for you.


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
kellbasel

No, didn't work that moved it back to the left side of the page.

Share this post


Link to post
Share on other sites
Rob

Try this:


#nav {

    height: 29px;

    left: 0;

    margin-left: 31px;

    padding-left: 45px;

    position: absolute;

    top: 157px;

    width: 900px;

}


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
kellbasel

umm, going to say no that didn't work either

got an interesting result-don't have the words to describe piedmonthighboosters.org

Share this post


Link to post
Share on other sites
James B

Just to confirm, is this the result you're looking for? http://screencast.com/t/bMSDhhV3j

I got the above using this code


#tnav {

    float: right;

    height: 23px;

    position: absolute;

    right: -96px;

    top: 0;

    width: 238px;

}


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
kellbasel

sorry no that isn't the site need to add a /blog/ piedmonthighboosters.org/blog/

and your updated css just brought the menu back up to the top but on the left (fully justified).

Share this post


Link to post
Share on other sites
Rob

The support provided to PageLines Lite Edition users is very limited and you've been provided quite a bit of courtesy assistance. If you need help, please provide accurate information and a clear picture of what you desire.

You should be able to find this solution easily with Firebug or Chrome Inspection Tools. This site may help: http://www.w3schools.com/css/

However, Lite doesn't accept all customized code. You'll probably need to upgrade to Pro edition.

Thank you for your understanding and cooperation.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

    • sonaros
      By sonaros
      I have a site that i setup with Woocommerce.  I am using Nav Classic for my navigation and for some reason the navigation does not display propery in IE8.  I am assuming some sort of javascript conflict or out of date version.  Is there an update for Nav Classic as well?
    • imc042
      By imc042
      Hey,

      I have Pagelines Framework + Ignite theme on my wordpress blog. Everything was good until I installed W3 Total Cache.

      When the plugin is active, the active menu item in the classic nav has a white background and when it is not active there is no change to the active nav item. I don't want it to have a white background but I need W3TC.

      Anyone else have a similar issue with this?

      Thanks.
    • magu
      By magu
      Hi,

      I could need your help one again.

      How can I hide the search field in the nav classic bar?

      Thanks!
×