• Resolved ResiDaisy

    (@residaisy)


    hi all
    using Omega Custom theme and have issues with the alignment of the title and navigation menu.

    I tried a few adaptations on the header title but no luck:

    .header_title, .header_desc {
    text-align: right;
    }

    i am actually wondering if it is the site title i am trying to change and am I using the correct coding? the website is: https://www.compasswheelcoach.com and what i am trying to do is move the title COMPASS WHEEL COACH to center and the navigation menu.

    thanks for reading and any help!
    R

Viewing 2 replies - 1 through 2 (of 2 total)
  • Use this instead:

    .site-header .title-area,
    .site-header .nav-primary {
      margin: 0 auto;
      float: none;
      display: table;
    }

    Add it to the theme’s custom CSS option (Appearance → Customize → CSS).

    Thread Starter ResiDaisy

    (@residaisy)

    great! thanks #CrouchingBruin worked perfectly.
    ttfn, R

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘center alignment header and nav menu’ is closed to new replies.