- This topic has 3 replies, 2 voices, and was last updated 8 years, 2 months ago by Theme Horse Support Team.
-
AuthorPosts
-
September 6, 2016 at 11:48 pm #46889sara1Participant
Hi, I have this problem on my blog http://www.maison-shabby-chic.com . The “Blog” first element of the menu has a submenu (Video, Eventi, Lifestyle….) but when I hover with the mouse the menu disappear and I cannot click on it.
Here is the CSS file … anybody can help me please?
Thanks a lot. Sara P./* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
display: none;
z-index: 9999;
}
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
display: block;
}
#access ul li ul {
position: absolute;
background-color: #fff;
border-top: 4px solid #63C6AE;
top: 100px;
left: 0;
width: 190 px;
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#access ul li ul li {
float: none;
margin: 0;
}
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
float: none;
line-height: 20px;
font-size: 13px;
font-weight: normal;
height: 100%;
padding: 6px 10px;
color: #777;
text-transform: capitalize;
}
#access ul li ul li a:hover,
#access ul li ul li:hover > a,
#access ul li.current-menu-item ul li a:hover {
background-color: #F9F9F9;
color: #63C6AE;
}
#access ul li ul li ul {
left: 190px;
top: 0;
border: 0 none;
-webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
}September 9, 2016 at 11:50 am #46935Theme Horse Support TeamKeymasterHi Sara,
We have viewed your site and drop down menu is working fine when mouse hover on it.
If you have any issue then let us know.Thank you for using our theme.
September 12, 2016 at 8:20 pm #46979sara1ParticipantHi, I solved the problem with the dropo down menu… It depended from an update of the template..
Can I add a 3rd colums to the template? I have customized it so much that I don’t want to change it. I need a right colum to publish some other widgets.
thxSeptember 16, 2016 at 7:57 am #47079Theme Horse Support TeamKeymasterHi Sara,
To add a 3rd column it needs code customization. You have to hire a developer as this is a new feature to add in the theme.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.