-
AuthorPosts
-
Aratype Friend
Aratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 10, 2011 at 6:53 pm #169534I am preparing my site to be RTL without mirroring it using the ready (and wrong) option of the template…
I need for the moment to put the Main Menu in the right…
Could you please indicate me how to align it to the right side?
Thanking you in advance,
My site: http://www.aratypo.net/joomla
Ara
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 11, 2011 at 3:36 am #418367Hi,
You see this link http://www.joomlart.com/forums/topic/change-the-only-the-header-to-rtl/Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 11, 2011 at 6:29 am #418385Thank you. Are you sure? I applied this and it changes the logo and our gallery, our video, etc… However what I would like to translate to the right side is the menu Home, Color themes, our blog, Category demo, etc… it is in the top of the page…
Thanking you in advance,
My site: http://www.aratypo.net/joomla
Ara
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 11, 2011 at 9:12 am #418424Thank you for this. However, this solution is not good for all browsers… The same value of padding gives different positions in FF, IE, GC, AS…
I think we have to find a solution that can give an absolute position for all these browsers.
Thanking you in advance…
Ara
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 11, 2011 at 9:51 am #418428You try another way, you restore /plugins/system/jat3/jat3/base-themes/default/css/template.css
You add this code into /templates/ja_erio/css/mega.css
.ja-megamenu ul.level0 li.mega {
float: right;
}Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 11, 2011 at 11:36 am #418438Thank you, this last proposition is not valid, it will give bad position to the menu… For the moment I will keep the first one and think about something more original…
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 12, 2011 at 2:36 am #418592Sorry about that. Could you give me snapshot of your website with your annotation on IE, FF, … and denote differences? Because I don’t realize the difference 🙁
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 12, 2011 at 8:32 am #418685Thank you!
Firefox:
Google Chrome:
By the way, any chance to let the secondary menu goes to the left side under the item in the place of going to right side as now:
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 12, 2011 at 8:40 am #418687You find this code from template.css
#ja-mainnav .main {
padding-left: 700px; < remove this line
font-weight: bold;
}
You add this code into /templates/erio/css/menu/mega.css
.ja-megamenu ul.level0 {
float:right;
}1 user says Thank You to khoand for this useful post
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 12, 2011 at 8:50 am #418689Thank you! This work perfectly for the position and I think you can delete the message #6.
It would be grate if the secondary menu starts under the item and then goes to the left side and not to the right side as it is now.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 12, 2011 at 12:24 pm #418738I don’t understand what you mean clearly. Could you explain more? A snapshot with your annotation is very helpful.
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 12, 2011 at 2:04 pm #418786OK, Thank you, I will put every time a snapshot to be clear 🙂
before:
wanted:
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 13, 2011 at 4:14 pm #419110Wait for me, please. I’m finding a solution for you.
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 13, 2011 at 5:30 pm #419125Thank you, no problem…
I will be back on Monday… I think the starting point of the secondary menu is on the left side of the principal menu and when it is on the right side it will rock ! the next colon will be in the left and the third one will be in theft of the second…
-
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by Aratype 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum