Hello,
Can someone take a look at our website? I cant find why my logo(header) is gone, its only showing in responsive mode…
Hey Remonudi!
You have custom CSS code to hide header container. Please add following code to Quick CSS in Enfold theme options under General Styling tab to override it
@media only screen and (min-width: 990px) {
#header_main > .container {
display: block!important;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
padding-top: 183px;
}}
Regards,
Yigit