Sections Won't Center - After Max Width

Sections Won’t Center - After Max Width

http://vm3001.mojohost.com/jessicakurutz.com/public_html/

How do I center the sections?

Hi there,

Were you able to get the issue sorted?

I just checked your site and the inner pages but I can’t seem to find any section that is not correctly aligned.

In case you are still getting the issue, please provide the direct URL where you are getting the issue.

Hope this helps.

It is the homepage.

Hi there,

My apologies for missing that as I am on a 1080p monitor.

Please update the code you added:

.x-container.max {
    max-width: 2000px;
}

to

.x-container.max {
    max-width: 2000px;
    margin: 0 auto !important;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.