How to center logo & header widget in mobile

Homepage Community Forums Legacy Theme Support How to center logo & header widget in mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2020
    AmyA
    Customer

      Hi, I’m using Legacy (AmyLynnAndrews.com) and love its simplicity. The only issue I have so far is that my logo and search widget (header) are not centering on mobile. Is there an easy fix?

      Thanks so much!

      #2021
      Wes
      Moderator

        You could add – “background-position: center top !important;” to your #header in the 2 responsive sections of your css file. (bottom).

        Also, you will need to make the logo area clickable so you can add the following –

        #title-area {
        float: none;
        padding: 20px 0;
        text-align: center;
        width: 100%;
        }

        You may need to add !important at the end of some of the css rules.

        If you don’t want to deal with the code you could try a plugin by Nick Croft that handles this automatically – http://designsbynickthegeek.com/plugins/genesis-responsive-header

        #2031
        AmyA
        Customer

          Thanks so much!

          #2032
          AmyA
          Customer

            Should the #title-area code go in the responsive sections too or just the main section?

            #2036
            Wes
            Moderator

              I meant to say the title code should only go in the responsive sections.  You won’t have to edit the main section.

              #2052
              AmyA
              Customer

                OK, thank you.

                #2053
                Wes
                Moderator

                  You’re Welcome

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘How to center logo & header widget in mobile’ is closed to new replies.