Hey guys, does anyone know what happend to my site?
Can’t figure out why the content is shifted to the left :-(
Hey lucaroehrl,
Have you tried to disable all active plugins to see if this issue resolves?
Best regards,
Jordan Shannon
I just tested it, no difference… I also re-arranged the elements in the avia builder, enabled and disabled sidebar, nothing changes. It’s this site only and I have no clue whats different :-(
Hi Luca,
Thanks for the update. First off, could you try updating the theme to the latest version (4.4.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. Please note that you might have to delete the old version before you upload the new one in order for it to install properly. Also make sure to clear any caching or minification coming from either plugins or the theme after updating.
If that doesn’t help then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Tried all that, still no idea :-(
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
.entry-content-wrapper {
margin-left: 0 !important;
}
Best regards,
Rikard
Wow this made it worse, but brought me on the right track!
.entry-content-wrapper {
margin: auto !important;
}
This fixed it!
Thanks!
Hi,
Great, glad you got it working and thanks for sharing your solution :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
This can be closed, thank you!