tagdiv RTL template – mobile menu is upside down (In a reverse order)

Posted in: Newspaper
Post count: 48

Hi Team,
I’m using the RTL template.
And I have an issue with the order the the menu is displayed in mobile.
It is displayed upside down (In the reverse order)
Can you fix it please?



Thanks,
Yaron

Post count: 48

Link to my DEV site:
https://dev2.haipo.co.il/

Post count: 27744

Hello,

I think that is the structure you made for the menu because here is the latest item from the menu: https://i.imgur.com/dW0BYaw.png. So, for mobile, I suggest remaking the menu and assigning it to display well.

Thank you!

Post count: 48

Hi Anamaria
I did as you instructed
but still the mobile menu is diverted.
You are invited to check my control pannel and see that you have a CSS problem when working RTL.
Of course that I can build the menu upside down for mobile but this is not a good solution

Post count: 27744

Hello,

Please try to use this custom code css .td-mobile-content .td-mobile-main-menu {
display: flex!important;
flex-direction: column;
}

You can change the flex-direction: column-reverse.
Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 48

Hi Anamaria, Your CSS cose works perfect
Thanks a lot ♥
Yaron

Post count: 27744

Hello,

I’m glad.

Have a great day!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.