How to flip megamenu?

Posted in: Newspaper
Post count: 10

Hello from Bulgaria, colleagues,
Please explain us how to flip the content of the megamenu, so that its links to be close to the main links of the header (which i our case are right-aligned). The template makes it difficult for a user to reach the submenus when they are on the left.
In the image we have flipped the megamenu illustratively:

https://drive.google.com/file/d/1HCkE4YcKkLVNUkc1RycdpTG8Ibn2Eel2/view?usp=sharing”

Thank you in advance!
Yordan

  • This topic was modified 8 years by peyanski.
Post count: 20688

Hi,

Please note that the mega-menu is not intended to display like that. It would probably take some customization to make it display the way you want. You can use the browser inspector and identify the elements used and their classes, and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Something like this for example – https://www.screencast.com/t/taKiYgK3hN
You can further modify and perfect the code, then enter it in Theme panel->Custom CSS

.td_block_mega_menu .td_mega_menu_sub_cats {
float:right;
text-align:left;
}

Thanks

Post count: 10

Thank you for answer, but when we move the menu to the right side with Float:right; it does go to
the right, but when we hover on the menu and go into the subcategories
(hovering) it stops working as in doesnt’ let you hover over them
anymore.

Post count: 23312

Hello peyanski,

Please notice that adjustment for RTL (I guess you want to achieve) is not a simple task and it involves doing such a custom work which is not covered by our support, sorry! If you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Post count: 10

Thank you, Catalin,
I understood. Despite these complexities, your template is still great. 🙂
Be blessed!
Yordan

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