- This topic has 2 replies, 2 voices, and was last updated 1 year, 10 months ago by arwa.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
November 1, 2022 at 7:17 am #312184arwaParticipant
Hi there
Great theme! I tried it and it seems to work fine with RTL but only the submenu is aligned to left even in RTL. Is there a chance to fix it please?
Could you kindly provide CSS code that I can paste in additional CSS in WP to fix that?
Thanks
November 1, 2022 at 8:21 am #312198tikaramParticipant@arwa : Please add the following additional css and let me know if it works or not.
.navigation-classic .main-navigation ul li:hover > ul, .navigation-classic .main-navigation ul li.focus > ul { left: auto; right: 0; }.main-navigation .menu-item-has-children .menu-item-has-children > a, .main-navigation .page_item_has_children .page_item_has_children > a { padding-left: 50px; }@media screen and (min-width: 64em) { .main-navigation .menu-item-has-children .menu-item-has-children > a, .main-navigation .page_item_has_children .page_item_has_children > a { padding-right: 20px; } .navigation-classic .main-navigation ul ul .menu-item-has-children > a:after, .navigation-classic .main-navigation ul ul .page_item_has_children > a:after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); padding: 0; position: absolute; top: 21px; right: auto; left: 21px; } .navigation-classic .main-navigation ul ul .menu-item-has-children > a::after, .navigation-classic .main-navigation ul ul .page_item_has_children > a::after { transform: rotate(90deg); } .navigation-classic .main-navigation ul ul a { text-align: right; } .navigation-classic .main-navigation ul ul li:hover > ul, .navigation-classic .main-navigation ul ul li.focus > ul { left: inherit; right: 100%; } }
Regards,
TikaramNovember 1, 2022 at 1:23 pm #312204arwaParticipantThank you very much!
It worked like a charm!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Adjust RTL for submenu in Intuitive Theme’ is closed to new replies.