Tried with no luck. These are the plugin installed
All In One SEO Pack
Cookie Law Info
Google Analytics Dashboard for WP
Social Media Auto Publish
Virtue / Pinnacle ToolKit
W3 Total Cache
Disabled all of them and no change. I’ve noticed that when the page load it seems that the menu does appear (the slider move down) but nothing happen.
This is what I’ve in the custom css
.boxi1 {
margin-bottom:20px;
text-align:center;
padding-top:20px;
background:#f2f2f2;
}
.boxi1 div {
font-size:28px;
}
.single-footer {
clear:both;
}
@media (max-width: 768px) {
.topbarmenu ul li a {
padding:7px 5px;
font-size:10px;
}
}
.postdate {
display: none;
}
.home_blog .postdate {
display: block;
}
.belowlogo-text {
text-align: left;
}