Viewing 7 replies - 1 through 7 (of 7 total)
  • Does it do this with other themes? Did this theme ever work?

    Thread Starter bmcc81

    (@bmcc81)

    I made this theme from a scratch… It never worked.

    I’m trying to set this up for the first time.

    Thanks,
    B

    in your menu styles, try to replace all .nav with #nav.

    the problem possibly right now is that .nav is the CSS class of the top menu items, so it is already one level down.

    btw:
    all the latest default themes have drop-down menus which you could use as inspiration for your CSS coding.

    also:
    while you are still working in the site, check the validation https://validator.w3.org/check?uri=http%3A%2F%2Flespetitsgourmands.ca%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    Thread Starter bmcc81

    (@bmcc81)

    I thought all I needed to do is drag (In the dashboard menu section) to the right and it would now be a drop down.

    Your theme has to support dropdown menus via its CSS.

    Thread Starter bmcc81

    (@bmcc81)

    Awesome thanks Alchymyth you da man!!!

    Also that vaidator… Do I need to make those correction to my site?

    Thanks,
    Brandon

    Thread Starter bmcc81

    (@bmcc81)

    Hi,

    Would you be able to tell me how to add a border around the left, right and bottom of this newly added drop down.

    I tried using this:

    #nav ul ul{
    	display:none;
    	position:absolute;
    	top:100%;
    	left:0;
    	float:left;
    	z-index:99999;
    	background: #bed73b;
    	border-left:#63a600;
    	border-right:#63a600;
    	border-bottom:#63a600;
    	border-width:3px;
    }
    
    #nav ul ul ul{
    	top: 30%;
    	left:100%;
    	background: #bed73b;
    	border-left:#63a600;
    	border-right:#63a600;
    	border-bottom:#63a600;
    	border-width:3px;
    }

    but it didn’t work.

    Thanks,
    B

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Drop down menu only work for secon tier drop down’ is closed to new replies.