• Resolved KevinVelasco

    (@kevinvelasco)


    Alex,

    To center the site title, I added the following code to Custom CSS without success:
    .site-title { float: none; }

    To center the topbar/header nav, I added the following code to Custom CSS without success:

    #nav-topbar,
    #nav-header { text-align: center; }

    My intent is to center-align everything here: https://www.thelsa.org/writing

    Thank you for your time and support.

    P.S. The Hueman theme has been a great contribution to the collective consciousness. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there.

    Site title:

    .site-title { float:none; text-align:center }

    Page title:

    .page-title h2 { text-align:center; }

    For the nav:

    #nav-topbar .nav { text-align: center; }

    Combined you could do something like this:

    .site-title, #nav-topbar .nav, .page-title h2 {float:none; text-align:center; }

    Hope this helps.

    Take care.

    Thread Starter KevinVelasco

    (@kevinvelasco)

    Timothy,

    After following your instructions, everything is now centered.

    Much appreciation …

    ? ? ∞

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Site Title, Page Title, and Nav Menu’ is closed to new replies.