• Resolved fsan2val

    (@fsan2val)


    When I use the plugin, all the content of the pages of the whole site becomes wide and does not respect the default width of the template

    Example I have 1200px wide the whole site, but when activating stretches all the content, any solution?

    Thank

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="sp-container">'; });
        add_action('elementskit/template/after_footer', function(){ echo '<div>'; });

    Please change the class name “sp-container” to your desired header class name.

    • This reply was modified 5 years, 4 months ago by Ataur R.
    • This reply was modified 5 years, 4 months ago by Marius L. J..
Viewing 1 replies (of 1 total)
  • The topic ‘WIDE WEBSITE’ is closed to new replies.