sub menu issue

5 replies · opened Jan 2, 2020

LLileshJan 2, 2020

the submenu is opening in weird directions!
how do I pull all submenu to the left direction?
please check live URL attached below

LLileshJan 2, 2020

screenshot attached

LLileshJan 2, 2020

also, tell me how to change arrow's in menu to left direction?

LLileshJan 5, 2020

It's been 2 days?

SSemicolon WebSTAFFJan 5, 2020

Hello,

Thanks for your Patience but please expect delayed replies on Weekends especially the 1st week of January/New Years when all our staff are on Holiday. Support Times will Normal (>24 Hours) from next week. Thanks for Understanding.

Regarding your Query:

The Sub-Menus are intelligently designed to flip to the other side if the available space in the viewport is not enough to display the Sub-Menu. In order to display all the Sub-Menus to the Left, simply add the .menu-pos-invert Class to the <ul> Tags of the Sub Menus.

To change the Arrows to the Left Side use the following code to use your own Icons and Customizations for the Icons Position:

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("images/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard