• Resolved muygalan

    (@muygalan)


    Hi Everyone,

    I started adding some pages to my new WordPress page, but noticed that the categories for the pages remain on the right.

    How can I go about aligning all these page categories to the center?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to your custom CSS:

    .menu-menu-1-container {
        display: table;
        margin: 0 auto;
    }

    Also, please don’t post duplicate threads – your other one has been deleted.

    Thread Starter muygalan

    (@muygalan)

    Hi WPyogi,

    Your suggestion worked again. My apologies for double-posting.

    I was trying to delete one of my posts, but was unsure how?

    Thank you!

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