• I got the Striker Theme and I added a picture through:

    Appearances – Background – Logo.

    Yet, the logo appears at the left side of the top page. I want the logo to be displayed at the center. But HOW??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @hcwolters,

    To display the logo at the center, please go to your Admin Dashboard > Appearance > Customize > Additional CSS.

    In the Additional CSS , please copy and paste this CSS.

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

    Hope this helps,

    If you have any problem while achieving this result, please let us know.

    Best Regards !!

    Thread Starter hcwolters

    (@hcwolters)

    I tried something like that. PRoblem is, I dont know WHERE I need to ass this like in the CSS

    Thread Starter hcwolters

    (@hcwolters)

    I did find the “additional CSS” but it doesnt work. Is there a way to add this like in the “original CSS?”

    THat is: dashboard – appearances – editor??

    Thread Starter hcwolters

    (@hcwolters)

    Again,

    I tried to align the logo by doing the following:

    Appearances – Customize – Additional CSS:
    added:

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

    But did NOT work. Then I tried:
    dashboard – appearances – editor

    Whatever I try, NO-THING works

    • This reply was modified 7 years, 9 months ago by hcwolters.
    • This reply was modified 7 years, 9 months ago by hcwolters.
    Thread Starter hcwolters

    (@hcwolters)

    I kinda getting very disappointed. I also tried to alter the FONT, but whatever changes I make in CSS< NOTHIN changes, nothing!

    Theme Author Template Express

    (@danstriker)

    Hello,

    the css should be changed in the style.css file. I would recommend making a child theme first. Can you please give me your url so I can take a look at your site?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center Logo’ is closed to new replies.