Viewing 1 replies (of 1 total)
  • Plugin Author Ataur R

    (@ataurr)

    Hello

    It looks like this issue occurred after change the header. They have added container div in header.php that’s why this issue occurred.

    We have a default hook to fix this issue.

    add_action('elementskit/template/before_header', function(){ echo '<div class="page-wrapper">'; });
        add_action('elementskit/template/after_footer', function(){ echo '<div>'; });

    Please change the class name “page-wrapper” to your desired header class name.

Viewing 1 replies (of 1 total)
  • The topic ‘Header not working’ is closed to new replies.