• Hi!
    I am new here. I like your theme founder very much: thanks for such a minimalist theme.

    My problem is that on the main page, I can′t center neither the logotype nor the initial menu. I don’t know CSS: I guess that’s my problem.
    I haven’t found that doubt in the forum. I’m sorry if it′s too basic.
    Thanks a lot.

    Concha

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Concha,

    Thanks for the kind words about Founder!

    This CSS should work nicely to center both the logo and menu on your site:

    .title-container {
      display: block;
      text-align: center;
      margin-bottom: 24px;
    }
    @media all and (min-width: 900px) {
      .menu-primary-container {
        text-align: center;
      }
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter cegege

    (@cegege)

    Thank you very much for your quick and effective response. I have no doubt that I will use your themes for this one, and also for another website that I want to make. And little by little, I’ll learn some CSS. Thanks again.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

    Sounds great, thanks for using my themes ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to center the logo and the main menu in the main page’ is closed to new replies.