• Resolved fsan2val

    (@fsan2val)


    Hello and congratulations on the plugin. I have tried many but this works but I have a problem.

    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?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note: @ataurr I have removed your reply. Please keep support in these forum for this plugin. Do not direct users to contact you off forums, that has ended very poorly in the past.

    If you need to contact the moderators about this then you can do so via the Slack #forums channel.

    To use that channel you need a Slack account. You can obtain one via these instructions.

    https://make.wordpress.org/chat/

    Plugin Author Ataur R

    (@ataurr)

    Ok, Jan I will keep this in mind.

    Hello @fsan2val
    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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘very wide website’ is closed to new replies.