• Resolved megosoft

    (@megosoft)


    Hello. My subpage is blocking by your plugin, everything was OK, but when I clicked the button “Edit with elementor”, it looks like container disappeared and the login/register form is stretched to 100% (almost) width. Please, check out the screenshot: https://prnt.sc/11xk82r

    I could edit it with custom CSS, however there is no “parent” div element in DOM, only default elementor “page-content” div’s class. I can’t edit it, because it could cause the problems on the other pages.
    Is there any other solution, like wrapping the whole content to the container by jQuery?

Viewing 1 replies (of 1 total)
  • Thread Starter megosoft

    (@megosoft)

    The problem solved by this simple custom CSS:

    body.page-id-600:not(.logged-in) .page-content {
    	max-width:1170px;
    	margin: 30px auto;
    }

    You must inspect Element, at the top find <body> HTML tag and his class (page-id-000) – this is your custom number, you must detect it!!! 600 wouldn’t work on your site. The :not(.logged-in) causes, that only while user is not logged in, the .page-content width is affected

Viewing 1 replies (of 1 total)
  • The topic ‘Container disappeared while using with elementor.’ is closed to new replies.