[solved] RTL (right to left) menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
karnbo
New Member
New Member
Posts: 5
Joined: Wed Nov 24, 2010 4:45 pm

[solved] RTL (right to left) menu

Post by karnbo »

Hi folks.

I want to create a menu that is aligned to the right rather than to the left. I've searched the net and tried different solutions but without success.
Please advice me, is it possible to do it in CMSMS and if so, how can it be done!?

Cheers
karnbo
Last edited by karnbo on Mon Mar 14, 2011 9:04 pm, edited 1 time in total.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: RTL (right to left) menu

Post by Wishbone »

Two ways.. Use 'float: right' instead of left for your menu. Or organize your pages backwards.
karnbo
New Member
New Member
Posts: 5
Joined: Wed Nov 24, 2010 4:45 pm

Re: RTL (right to left) menu

Post by karnbo »

Thanks Wishbone

cant really find the text you mention. Using version Bora 1.9, so planning to upgrade to latest version 1.9.4 before diving too deep into the problem (just in case it is a version problem).

My menu is really quite plain. The line in the menu menager is:
{menu number_of_levels="1" excludeprefix="advertisers,writers"}

That's it... I'll be back when I've tried with the latest version... I'll leave the issue open till then.

Thanks again.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: RTL (right to left) menu

Post by Wishbone »

If you're using a horizontal menu, it's likely that you are using float:left in your menu CSS. Change it to float:right. If you post the URL, I might be able to help.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: RTL (right to left) menu

Post by RonnyK »

I remember a post that did a change in the order... So Menu was called, but the order was reversed....

Dont know the link so quickly... Might check later..

Ronny
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: RTL (right to left) menu

Post by Nullig »

karnbo
New Member
New Member
Posts: 5
Joined: Wed Nov 24, 2010 4:45 pm

Re: [solved] RTL (right to left) menu

Post by karnbo »

Thanks. Yes. Played around a bit with the stylesheet and this seems to be the way forward. Thanks.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: [solved] RTL (right to left) menu

Post by Wishbone »

What method did you use?
Post Reply

Return to “Layout and Design (CSS & HTML)”