Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #431887

    Hello,

    Can someone take a look at our website? I cant find why my logo(header) is gone, its only showing in responsive mode…

    #432022

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.