• tav1421

    (@tav1421)


    Okay everyone first, glad you’re all here and like, exist and all! It certainly helps a techy-ish individual like me, who at the moment is living up to the ish part. Which is to say, I’m having a head scratcher of a problem with the evolve theme and centering the menu.

    I looked for the options to center the menu under the main pic, within the customization function as well as the admin section, with no luck of course. If the option doesn’t exist I understand, but would be surprised as this theme has a lot of customization’s under the hood. And the same thing with the tagline for the site, I haven’t been able to center that as well.

    So thanks in advance and let me know if you need anything else!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Romik84

    (@romik84)

    Hello

    Please add below css code inside Theme option -> Custom css

    
    .primary-menu ul.nav-menu{
    text-align: center;
    }
    .primary-menu ul.nav-menu li {
      display: inline-block;
      float: none;
    }
    .primary-menu .sub-menu li {
      text-align: left !important;
    }
    .title-container #tagline {
      text-align: center;
    }
    

    Thank you

    Thread Starter tav1421

    (@tav1421)

    @romik84 – Dude, you rock! Instructions easy, code works, done! (My awkward way of saying everything worked and your help is appreciated!)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Evolve Menu \ Tagline Issues…’ is closed to new replies.