• Resolved tgerardsch

    (@tgerardsch)


    Is there anyway to center the logo for the Striker WordPress Theme?

    I only see a way to select/upload the logo, but no way to set its alignment?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi tgerardsch,

    Are you using a child theme of Striker? If so, add to your style.css:

    .site-header {
    	text-align:center;
    }

    If this is not a child theme, you can also instal Custom CSS plugin and add the above code using this plugin. This will center your logo.

    Thread Starter tgerardsch

    (@tgerardsch)

    Thanks kaniamea!!! That fixed the problem. I added the text-align:center to style.css and it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering Logo in Striker Theme’ is closed to new replies.