Jump to content
bluecloud

Align last list item to the right

Recommended Posts

bluecloud

How can I move/align the last list item in the nav menu to the right?

Is this possible with css?

Share this post


Link to post
Share on other sites
Rob

I'm not sure if you mean you want to move it in the order of menu items or, if you want to create space between that last menu item and the thin grey vertical line. So, I'll try to answer both.

To reposition, just go to Dashboard > Appearance > Menus and drag the menu items into the order in which you want them. Top is always the left-most... bottom is always the right-most.

To add space it differently, add this to your child theme's stylesheet at the bottom:


#menu-item-1291, #menu-item-1249 a {

border-left: 1px solid #888888 !important;

color: #99AAAA;

margin-left: 100px;

margin-right: -190px;

}

.navbar .navline > li > a {

color: rgba(255, 255, 255, 0.8);

display: block;

float: none;

line-height: 19px;

margin-left: 100px;

margin-right: -90px;

padding: 9px 12px 10px;

text-decoration: none;

text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

The second grouping moves the navbar over. The first moves the EN item only.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
bluecloud

Thanks for your quick reply.

I needed it to create space, but for another site:

http://www.pacts.nl/wordpress/

The "FR" is aligned all the way to right corner, but the "EN" not. I have now the child theme stylesheet:


#menu-pacts-hoofdmenu ul {

    width: 100%;

}

#menu-item-lang li {

    width: 100%;

}

#menu-item-lang a {

    display: block;

    width: 220px;

    float: left;

    color: #7D1610;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-weight: bold;

    font-size: 1.2em;

}

#menu-item-lang a:hover {

    color: rgba(125, 22, 16, 0.7);

    text-decoration:underline;

}

Share this post


Link to post
Share on other sites
Rob

I'm unclear what you want to do and don't see EN on the site you linked. Could you create a mock-up to show us the end result?

Also, please obtain Firebug and use this to test and implement custom CSS.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
bluecloud

Sorry, I forgot to tell in my post:

The FR / EN is a language switcher. When you click on the FR you go the French site and reverse with the EN. The FR is aligned nicely to the right corner but EN on the french site is not.

I know the css is not correct, I will get the firebug. Thanks for the tip.

Share this post


Link to post
Share on other sites
Rob

I see that the FR is wrapping due to the 220px width. That's the problem with the EN too, which uses this same CSS:


#menu-item-lang a {

    color: #7D1610;

    display: block;

    float: left;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

    font-size: 1.2em;

    font-weight: bold;

    width: 220px;

}

The problem with that is, in a mobile device, the 220px will be a fixed dimension that prevents the menu from being responsive and proportional.

So, we first need to figure out a way of doing this without causing your menu to be messy on a mobile device.

In theory, the 220px can be changed to a percent of the whole menu, and the content floated right. Please see this for information on aligning right. It might be insightful. http://www.w3schools.com/css/css_align.asp


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
bluecloud

Thanks for your help, One Smart Egg.

I'm handling to issue for a friend of mine and will discuss this with here first. Maybe we can find a better solution. I believe the language switcher should not be a part of the nav menu and should be placed on top of the page.

Share this post


Link to post
Share on other sites
Danny

Hi,

You could try the following:


#site .main-nav { width: 100%; }
#site .main-nav li.last { float: right; }[/CODE]

  • Like 1

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
bluecloud

Thank Danny!

That did it!

Share this post


Link to post
Share on other sites
Danny

The topic was marked as resolved.


Please search our forums, before posting!

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

    • janpeeters
      By janpeeters
      Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
       
      This was because the following problem occurred:
      Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
       
      The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
       
      The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
      He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
       
      I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
       
      Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
       
      Best regards,
      Jan Peeters
    • bankrollbuilder
      By bankrollbuilder
      I used a custom hook to put a banner ad in my header. It works but its not in the right position. it is centered and above my logo and I would like to float it to the right of my logo in the header. heres the link: http://shaboopie.com/shaboopie-wp/free-logos-pg1/

      thanks.

      Dan B.
    • starlit
      By starlit
      Can one have two hero sections on one page?

      I want a landing page which leads/advertises two subpages.

      Or is there another option?

      Please help.

      THANK YOU
    • hutruk
      By hutruk
      Hi!

      I am using the shortcodes for tabs, as described in the documentation.

      When I insert the following code:


      [pl_tabs][pl_tabtitlesection type="tabs"] [pl_tabtitle number="1"]Title 1[/pl_tabtitle] [pl_tabtitle number="2"]Title 2[/pl_tabtitle] [/pl_tabtitlesection] [pl_tabcontentsection] [pl_tabcontent active="yes" number="1"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [pl_tabcontent number="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [/pl_tabcontentsection] [/pl_tabs]

      I get a strange output (in the attachment).

      Any ideas?

      Thanks in advance!

    • MooiWeb
      By MooiWeb
      Hello,

      I would like to align my qtranslate with my breadcrumb so that the flags are on the same hight.
      I'm aware of putting a code in the custom css and tryed severall codes from your site but for now, no succes

      The site i'm working on is http://nieuw.vazdias.nl

      Thx,
      Edwin



×