Scattered layout

Website URL

(please specify the URL of the site on which you are experiencing the problem)

Error Message(When i opened my site today everything was normal until i go to the back-end to publish a work and the site just scattered but its showing perfectly at back-end i noticed the theme need to be update i was trying to update it but asking for FTP details and i did but it refuse to update)

Other Information

(other information and details relevant to your question)

I had a look at your website and I see the messed up layout too.

These kinds of issues are usually the result of CSS code being missing from the website. When I check the developer tools in my browser, I noticed that several CSS files failed to load, specifically the files that should be located in the wp-content/uploads/elementor/css/ folder are not found.

The request for FTP details from WordPress is also telling: it means WordPress is unable to write new files to the account. This isn’t an FTP configuration issue, so entering FTP details there won’t help.

The reason WordPress can’t write files is that your account has reached its inode limit. Inodes represent the total number of files and folders on your account, and once you hit the limit, no new files or folders can be created by any method. That’s almost certainly why Elementor can’t generate its CSS files, which is what’s breaking your layout.

To fix this, you’ll need to reduce the number of files on your account. Some things you can try:

  • Clear any caching plugin’s file cache
  • Delete unused themes and plugins
  • Remove post revisions (a plugin like WP-Sweep can help with this)
  • Check for old backups stored in your account’s files

That said, your account has multiple WordPress sites with Elementor, which are all fairly large. It’s possible that even after cleanup, the combined file count is just more than what fits within a single account’s limits. If that’s the case, moving one of the sites to a separate account would help, though I see you already have three accounts, so that may require some rearranging.