moving site identity

  • how do I move my site identity to the lower left corner of my header image. It sits in the center…blocking my personal image.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    To change the appearance of the site identity, You can do it using CSS customization. CSS customization option available for only premium and business plan.
    Click on Customize-> CSS . Here you can paste below CSS code.
    If I understand requirement correctly, following is CSS code to update.

    .site-branding {
    color: #fff;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    /* height: 100%; */
    }
    After changing , the page looks like https://imgur.com/a/TQKsak7

    Hope that is what you want.

  • The topic ‘moving site identity’ is closed to new replies.