• Resolved colin_jump

    (@colin_jump)


    Hi, sorry if this is the wrong place to ask, new to wordpress. I’m putting together a site and I can’t work out how to centre the logo within the css. By default the logo appears on the left hand side and I want it to be centred. Everything I do within the css has no effect. Any help would be much appreciated,

    thanks

    Colin

    • This topic was modified 5 years, 7 months ago by Andrew Nevins. Reason: Removed trademark infringement
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Colin,

    I don’t know whether this is innocent ignorance, or you just happen to have such big iron b*lls ??

    But you’re blatantly infringing on WordPress’ registered trademark, and you come here to the official WordPress forum looking for help!

    In case you simply didn’t know, WordPress is a trademarked name, and you’re not allowed to use the full name in a domain name. See the full trademark policy and the guidelines on the use of “WordPress” in domain names here:

    https://wordpressfoundation.org/trademark-policy/

    Good luck!

    Thread Starter colin_jump

    (@colin_jump)

    Hi George,
    no offence was interned it’s just a url I setup to develope a wordpress site before it is moved to another url just a test area and labelled that way so I know whats on it.

    Hi Colin,

    I’m just an ordinary WordPress user, just like you.

    And I’m not a lawyer, but I don’t think the law has any distinction between a “test” or “development” domain vs “production” or “business” domain — it’s all infringement.

    In any case, and legalities aside, if you’re new to WordPress (as you said) and want to actively participate in the community and even get help from community members (as you’re doing here), you’re not starting on a good footing by doing what the community clearly frowns upon.

    That’s what I supposed you didn’t know and was trying to inform you of.

    Good luck!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @colin_jump In the “Additional CSS” part of the dashboard add this:

    
    .header_type_transparent .logo__image_header_transparent, 
    .header_type_transparent.affix .logo__image_header_default, 
    .header_type_default .logo__image_header_default {
        display: inline-block;
    }
    
    .header .container {
        text-align: center;
    }
    

    This won’t work on smaller devices because the menu sits in the same space as the logo, therefore centring can’t be achieved as per the desktop.

    Now to get to the important bit about your domain. Your domain name is infringing on the WordPress trademark as detailed here: https://wordpressfoundation.org/trademark-policy/

    The moderation team must redact your Website when we see it posted on the forums and therefore have to flag your account so that the posts can be monitored.

    Thread Starter colin_jump

    (@colin_jump)

    Thanks Andrew that work brilliantly, once I’ve finished the site I’ll lose the url and use something different as a test bed

    thanks for every bodies help

    Colin

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header problems’ is closed to new replies.