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.
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
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!