Link to home
Start Free TrialLog in
Avatar of erikTsomik
erikTsomikFlag for United States of America

asked on

CSS menu issue

I am creating the menu. The third row has 3 columns. However, the first column is hidden for some reason and I can not figured out how to make it to appear again

http://www.pcoltools493.com:81/
Avatar of erikTsomik
erikTsomik
Flag of United States of America image

ASKER

Any Suggestions
Avatar of Norie
Norie

What menu are you referring to?
the one in the button. where the cart buttoms is on the opposite site just hover
What type of menu is it?
it is a drop down munu but does work yet. open debugger and search for products
Any suggestions
any suggestion. I got 2 levels working, but the third level overlap. Please advice.
any suggestions
Try this
.isc-primary-nav ul li ul li:hover .sub-heading {
	display: block;
}

Open in new window

unfortunately it does not work. The problem is the third level get overlapped with the second level
It is the best I can do based on your explanation.

It is not at all clear what it is you are wanting. I had to guess that you were wanting the sub-navs to show - but beyond that I have no idea what the expectation is here.
please take a look at this site. It has to work identically as this site

https://www.testequity.com/
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you. This part works. However, there is something is broken on the smaller screen. You can see by making a screen smaller until you see 3 horizontal lines and selecting products. the menu are not showing up properly
That is a different question.

This question deals with why your sub-menus are not showing.
The new question is about how to code menus for mobile devices.

I recommend you close this question and open a new one to deal with the mobile issue.