• We are seeing some odd alignment issues with a client’s menu page: starting right at the top (and elsewhere down the page), things which should be centered are being moved off-center to the right.

    Additionally, some of the item descriptions are overflowing the “proper” content area further down the page.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter sdimbert

    (@sdimbert)

    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.

    Thread Starter sdimbert

    (@sdimbert)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu page includes odd alignment’ is closed to new replies.