Hi –
Thanks for writing to us. I have had a look and am seeing what you’ve described.
Could you try disabling all the plugins on the site and then having another look to see if the alignment issue persists. It’s possible that a plugin is running interference with the theme. Re enable them one at a time to find out which one is causing issues.
If it’s not a plugin issue let me know.
I disabled the plugins I could (we don’t control Akismet Anti-Spam, AMP and Jetpack… the problem persisted.
Thanks for ruling out the plugins.
By any chance did the text on the menu get copied from another source and pasted in to the WordPress editor? Perhaps there’s an html issue in there…
I am going to keep looking and thinking on this and I’ll report back before I wrap up for the day.
Thanks for working on it… I don’t think it’s an HTML issue… it looked fine for a while.
Perhaps this is a clue: the menu-sections are supposed to exist on their own pages, but those pages are broken. Click one of the featured section images on the home page to see what I mean.
Ok, I am back with some news 🙂
Removing this CSS will fix the issue of the text running outside of the menu borders.
@media only screen and (min-width: 600px) {
.entry-content {
width: 120%;
}
}
There was an open ended center alignment html tag that I removed from through the text editor.
Take a look at things and let me know if you have any other questions.