horizontal sub menu
-
Hi. I would like my sub menu to be horizontal. See https://ivysquare.org
I added the following code into the child theme to make it happen:
.main-navigation ul li:hover > ul {border-bottom:12px solid #white;}
.main-navigation li li {float: right;}
.main-navigation ul ul {width: 900px;}I’d like to remove the shadow, and tighten the sub menu similar to the main menu. I believe I need to remove code in menu.css at 135 or so:
background-color: #f6f6f6;
border-bottom:12px solid #ffffff;
border-radius:12px;
-webkit-box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, .25);
box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, .25
Please confirm
Will the mods work in the premium version?Thanks in advance.
- The topic ‘horizontal sub menu’ is closed to new replies.