• Resolved loveandgrub

    (@loveandgrub)


    I removed the side bar for my pages on this site, but the content is still off to the left of the page. Is it possible to center everything for the whole site – so that the content of my pages are centerd/aligned with the centering of the menu? Hope this makes sense!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello, loveandgrub.

    Thank you for contacting us and for using our theme, we appreciate it.

    You can centre the content on a page using this CSS:

    .page .col-md-8 {
    	margin: 0 auto;
    	float: none;
    }

    Or you can make the content take the whole page width, using this:

    .page .col-md-8 {
    	width: 100%;
    }

    Paste the code in the Appearance -> Customize -> Additional CSS section.

    Hope this helps but if you have any additional questions, feel free to ask.

    Kind regards.

    Thread Starter loveandgrub

    (@loveandgrub)

    This is great!! Thank you! Is there a similar code for posts?

    Sure thing. The same code applies, just replace .page with .single-post.

    Kind regards.

    Thread Starter loveandgrub

    (@loveandgrub)

    This is perfect! Thank you again!

    You’re welcome.

    Could you please mark this thread as “Resolved”?

    If you have any additional questions in the future, just open a new thread.

    Thank you for your time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Centering Pages’ is closed to new replies.