Primary-menu not responding correctly

2 replies · opened Sep 5, 2019

TTuckerComstockSep 5, 2019

Using index-corporate-2.html (straight from .ZIP file) the primary-menu is not converting to menu icon until AFTER the menu has dropped below the top 100 pixel menu area. I don't know enough css to fix this.. I assume it is a @media problem.

SSemicolon WebSTAFFSep 5, 2019

Hello,

Apologies about the Inconveniences caused!

Please consider using the following CSS Code:

@media (max-width: 1199.98px) and (min-width: 992px){
	#primary-menu.sub-title ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

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.

TTuckerComstockSep 5, 2019

Thank -- I FINALLY! got it working with above code -- took about 3 hours to realize the code belonged in responsive.css not style.css. Looks great now.

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