I want to make main bar begin  in the right side not in left side

Views: 638

Replies are closed for this discussion.

Replies to This Discussion

Please provide a URL.

Was sent via Private Message

The page you sent me looks nothing like the screenshot in this discussion. It's not even in English. Am I missing something?

But, let's say it's the same scenario. Here's how you'd fix it:

1) Add text-align: right; to .xg_theme #xg_navigation (you can add as a new block or add to the existing definitions).
2) Remove float: left; on .xg_theme #xg_navigation li. and add display: inline-block;

.xg_theme #xg_navigation {
  text-align: right;
}
.xg_theme #xg_navigation li {
  display: inline-block;
  float: none;
}

I will need to see the bar live To be able to write you the code :-)

I sent you a Private Message

Try this code

#xg_navigation ul, #xg_navigation ul li a {
display: block;
float: right;
}

Bernard that will reorder his links making them show up in reverse order. That is why I suggested what I did. (See above.)

And, actually, your code doesn't do much of anything. Not on his site, at least. On his site, he has float: left on #xg_navigation ul li. But even when you take that off, your code won't work for other reasons.


All he has to do is take float left off of #xg_navigation ul li, add display: inline-block to #xg_navigation ul li, and add text-align: right to #xg_navigation.

Code developed by Ahmed works
But does not work p My Style
This may be the reason

To that under the bar Ning

Good
This code works on some of the Styles
I use this Style

  • ELEGANT

But it does not work

RSS

Latest Activity


NC for Hire
JFarrow replied to John Bizley's discussion 'A few adjustment for your video feed player in your social channels page.'
"you too Bernard, of course."
1 hour ago

NC for Hire
JFarrow replied to John Bizley's discussion 'A few adjustment for your video feed player in your social channels page.'
"nice work and terrific share.  John you're appreciated!"
2 hours ago

NC for Hire
JFarrow replied to SM's discussion 'Just discovered Disqus commenting on Ning - how do we add more features?'
"they do.  it's call like.  i changed mine to 'promote'  which of…"
3 hours ago
soaringeagle replied to soaringeagle's discussion 'google disavow 101'
"i have for 2 days been tackling this list for many hours a day and the scrollbars barely moved from…"
3 hours ago
Jelena replied to israel's discussion 'Pantalla de Administrador o Creador (Manage'
"el 2.0 es diferente a ning 3.0  y tu sitio es un ning 3.0 por ahora nadie puede integrar…"
3 hours ago
Rosas † Negras shared a profile on Twitter
4 hours ago
Rosas † Negras replied to OneCrow's discussion 'Navigation For Our Network'
"lol"
4 hours ago
Rosas † Negras favorited caro's profile
4 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service