• Hello all,

    I’m relatively new to using wordpress and struggling with how to move my logo to the top left corner. Sheffieldevelopmentproperties.co.uk is the site. I’ve downloaded advanced CSS editor, is there anything else I need?

    SDP

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please make sure you spell your website name correctly, it’s not coming up as a website.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Assuming this is your website: http://sheffielddevelopmentproperties.co.uk/

    You add this Custom CSS:

    
    html .has-header-image.twentyseventeen-front-page .site-branding, 
    html .has-header-video.twentyseventeen-front-page .site-branding, 
    html .has-header-image.home.blog .site-branding, 
    html .has-header-video.home.blog .site-branding {
        bottom: auto;
        top: 0;
    }
    

    https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress

    Thread Starter matthewmillnerr

    (@matthewmillnerr)

    Hi Andrew, thank you yes, my bad that’s my site.

    So i’ve entered what you said, and it worked, but i’ve just noticed the logo has now moved back and I’m completely bemused as to why, as mentioned I am a complete novice and beginner to wordpress so i do apologise

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try copying the code I have written above again and pasting it directly over what you have in the Custom CSS editor. I think you may have put the above code in some other software because it was transformed with incorrect characters.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Move Logo’ is closed to new replies.