Title: Container disappeared while using with elementor.
Last modified: April 23, 2021

---

# Container disappeared while using with elementor.

 *  Resolved [megosoft](https://wordpress.org/support/users/megosoft/)
 * (@megosoft)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/container-disappeared-while-using-with-elementor/)
 * 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](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](https://wordpress.org/support/users/megosoft/)
 * (@megosoft)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/container-disappeared-while-using-with-elementor/#post-14358173)
 * 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.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [megosoft](https://wordpress.org/support/users/megosoft/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/container-disappeared-while-using-with-elementor/#post-14358173)
 * Status: resolved