Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    The Beer and Croissants at the top of your page is interesting. It’s not even showing up in an HTML tag or anything, it’s just there. As far as centering the header, there’s a style on it to float: left. Try adding the below to your child theme’s style.css file.

    #logo {
    float: none;
    margin: auto;
    max-width: 90%;
    }

    Thread Starter beerandcroissants

    (@beerandcroissants)

    I know…I’ve been going mental trying to find it.

    Thanks for the code.

    Any ideas on where to now re the other issue ?

    This is an interesting one, are you using any kind of SEO plugin? Does your theme have a customized title function?

    Andrew

    Thread Starter beerandcroissants

    (@beerandcroissants)

    I did install the All in One SEO pack yesterday….

    Yes it does have a customised title function but I didn’t change anything with it yesterday. It only started showing yesterday.

    Thread Starter beerandcroissants

    (@beerandcroissants)

    I will check out what’s in the plugin as I think you might be onto something here….I did enter some information yesterday for search terms etc

    Yes, maybe check to see if a title was entered in the SEO plugin somewhere along the way. Let me know how it goes.

    Andrew

    Thread Starter beerandcroissants

    (@beerandcroissants)

    I think the offending plugin was SEO Title Tag. I have deleted both plugins and it has disappeared.

    Thanks so much for guiding me towards this. Greatly appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘title at top of page’ is closed to new replies.