- Posts: 7
- Thank you received: 0
RTL menu problem
-
farzalid
Inactive member - Topic Author
- New Member
Less
More
10 years 6 months ago #39830
by farzalid
RTL menu problem was created by farzalid
Dear Sir,
When I try to use template in RTL language the top menu and "Home" item must be at first at right but it's still in 1st position in Left side of menu.
I attached snapshot too.
When I try to use template in RTL language the top menu and "Home" item must be at first at right but it's still in 1st position in Left side of menu.
I attached snapshot too.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39841
by ivan.milic
Replied by ivan.milic on topic RTL menu problem
Send link
Please Log in to join the conversation.
-
farzalid
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 4 months ago #40941
by farzalid
Replied by farzalid on topic RTL menu problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40942
by ivan.milic
Replied by ivan.milic on topic RTL menu problem
Just reorder items in your menu ?
Please Log in to join the conversation.
-
farzalid
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 4 months ago #40948
by farzalid
Replied by farzalid on topic RTL menu problem
We dont have any other way to order menus correctly in RTL?
Edit CSS or something??
Edit CSS or something??
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40952
by ivan.milic
Replied by ivan.milic on topic RTL menu problem
Yes in template_css.css:
#nav > li {
float: left;
margin: 0;
padding: 0;
position: relative;
border-radius: 15px 15px 0 0;
}
change float: left; to float: right;
#nav > li {
float: left;
margin: 0;
padding: 0;
position: relative;
border-radius: 15px 15px 0 0;
}
change float: left; to float: right;
The following user(s) said Thank You: farzalid
Please Log in to join the conversation.
Time to create page: 0.220 seconds