• The site is https://www.truthinsideofyou.org When i move my cersor to menu items (e.g. documentaries) a drop down menu list appears that seems to be positioned right.So when you go to documentaries you see the dropdown menu column( new world order,our strange planet etc) to appears down and right, not down and center.Can someone please help me change it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stan pauler

    (@stan-pauler)

    help me here please

    Thread Starter stan pauler

    (@stan-pauler)

    guys can someone help me with the menu columns on how i aligne them exactly under the menu categories, because now it appears down and right, i want it straight down.Some help would be gratefull here.

    Hey there Stan,

    This may not be exactly what you need as I didn’t do a thorough test across your site, but this might do what you need:

    Open up the style.css file and head down to line 1508-1521, and give this a try.

    }
    	.main-navigation li ul {
    		display: none;
    		margin: 0 0 0 -25%;
    		padding: 0;
    		position: absolute;
    		top: 100%;
    		z-index: 1;
    	}
    	.main-navigation li ul ul {
    		top: 0;
    		left: 100%;
    		padding-left: 50px;
    	}

    I couldn’t get all of the ul’s centered as I basically had to bulk move all of them to the left by 25%, but that looks a little closer to what it sounds like you wanted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit menu bar twenty twelve theme’ is closed to new replies.