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

    (@bensibley)

    I’m sorry, but this is quite a bit of customization and is outside the scope of what I can offer for free. I can help point you in the right direction if you’d like to make the customizations yourself. Otherwise, I know the good folks at codeable.io would be happy to help you.

    Thread Starter artben

    (@artben)

    please help me to center the logo on mobile…

    Theme Author Ben Sibley

    (@bensibley)

    Okay, the following CSS can center the logo at mobile widths:

    @media all and (max-width: 800px) {
    
      #title-info {
        text-align: center;
        float: none;
      }
      .site-title {
        float: none;
      }
      #toggle-navigation {
        position: absolute;
        top: 0.75em;
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

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

The topic ‘Problems with the theme.’ is closed to new replies.