I have sub-menu(s) on my list (right side) so everytime I hover it spans like an accordion but i don't want the content of the page (left side) to be scrolling down as well. There is just no point to that. How can I fix this? Thanks.
Also as you go through the sub-menus the whole margin gets pushed to the right so the text are cut off the page. Please help. Thanks
Hello, Please provide us your website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade
Hello, To solve sub menu cutting problem, paste following CSS in Custom CSS and save all changes. Code: .ddsmoothmenu ul, .menu_wrapper.mobile ul{ padding: 0 0 0 15px; } That will resolve your issue. Thanks & Regards Yogesh Bhade
That solved the fixed margin of the side bar so the menu is not cut off. Thanks! I also asked how I can fix the page content so it's not scrolling down and just keep it fixed?
Hello admins. Just following up if we have a solution to the scrolling down of the content page as I hover over the menu? I'd like to keep the content fixed. Thanks.