• Hi,

    Please can someone help and tell me how can i align logo to center in wordpress header?
    I’ve used the following css and it works on Apple mac, but not on a PC.

    #logo { float: none; margin: 0 auto; width: 570px; }

    I’ve seen loads of threads for this and tried all of the codes, but none of them have worked on both platforms.

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like a media query from your theme is overriding your custom CSS placed in the theme’s own custom CSS box.

    Put your CSS code in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS.

    That should be loaded just before the closing </head> tag, giving it a higher specificity.

    Thread Starter creativemole

    (@creativemole)

    Thanks George,
    Sadly Additional CSS isn’t in there as an option.

    Sadly Additional CSS isn’t in there as an option.

    That’s a standard WordPress feature. Is your theme or some plugin disabling it?

    Anyway, I was going to give you custom CSS to do this, but I see you’ve solved the problem already.

    Good luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i align logo to center in wordpress header?’ is closed to new replies.