Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
after the last updates of the theme, not sure which one, the menu in responsive mode is not appearing any more. Any suggestions?
Hello,
Did you edit (add) any custom css? Please add this code into your custom css box:
@media (max-width: 480px){
.mobile_small_menu { display: block !important;}
#logo { float: right !important;}
}
Result screenshot. Let us know.
Best regards!
Thanks! The custom css worked, menu is back now.
Here is everything that was in custom css box before:
.product-category.product h3{
padding-top: 20px;
padding-bottom: 20px;
letter-spacing: 1px;
}
#slider-fullwidth{border-bottom:0 !important;}
.top_nav a:hover{color:#fff;}
.top_nav .footer_social_icons.circle li i{color:#1bc09f !important;}
.menu-small ul.menu > li > a {color: #171616 !important;}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
color: #1d913f;
background-color: #4db16e !important;
}
My Responsive menu is not there as well. Where does the code get pasted?
You must be logged in to reply to this topic.