• Hi so I’m trying to setup my site, howeverI cant’t get this one page centered and it’s driving my ocd crazy any help is appreciated.

    Thanks, Miles

    my site & the page – https://mit3ch.com/

    I’d like the entire page to be straight and centered

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.

    After installing the plugin, paste this code in it:

    .page-id-35 #primary-mono.col-md-7 {
    	float: none;
    	display: block;
    	margin-right: auto;
    	margin-left: auto;
    }
    Thread Starter miles98

    (@miles98)

    OH MY GOD neo thanks I’ve been messing with this for hours your a savior

    If everything is fine, then you could mark this thread “Resolved”. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HELP centering an individual page’ is closed to new replies.