Center Pages

  • Unknown's avatar

    How do you center pages on the blog? For example I want “Bio” and “Contact” to be centered on the page

    The blog I need help with is: (visible only to logged in users)

  • Hi Nana,

    I just replied to your ticket via email. I’ll post my answer here, then close this thread. We can finish up via email if you have any other questions!

    You’ll want to add this custom CSS to your site > Customizer > CSS:

    .menu-main-menu-container {
    text-align: center;
    }
    
    .menu-main-menu-container ul{
    display: inline-block;
    }
  • The topic ‘Center Pages’ is closed to new replies.