the elements in the website is turn into a mess

hi, we've purchased the theme for landing page and we having troubles with the homepage, we didnt touch the projects nor the reviews and still when new user enter the page he sees it like that.. maybe someone here would know

what the reason for that ?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.


    Thanks

  • i'd make sure, thank you for the reply, thats the link for the website - https://emunplus.co.il/

  • Please try the following JS:

    jQuery(function($){
       $(window).load(function(){
           $(window).trigger('resize');
       })
    })
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> JS, and check if the problem persists.


    Best regards

Sign In or Register to comment.