Site title display & adding photo

  • Unknown's avatar

    I would like my site title’ We’re All Mad Here – to be on one line, not two. (‘Here’ is on a new line.)
    What’s bizarre is that in ‘customise’ mode the title IS on one line. However, as soon as I view in normal mode it defaults back to two. I can provide screen shots if required?

    I would also really like to add a photo next to my site title if this is possible? I have tried doing this via ‘header’ without success.

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

  • Unknown's avatar

    First, just a note that you have a Premium bundle and domain on your account that are expiring within the next few days. If you would like, you can renew them here:

    https://weallmadhere.wordpress.com/wp-admin/paid-upgrades.php?page=my-upgrades

    Definitely let me know if you run into any questions on the upgrades!

    I would like my site title’ We’re All Mad Here – to be on one line, not two. (‘Here’ is on a new line.)

    Can you try using the following CSS code?

    .site-branding {
    	width: 284px;
    }

    That should expand the site title section so that the title fits all on one line.

    I would also really like to add a photo next to my site title if this is possible? I have tried doing this via ‘header’ without success.

    There really isn’t a simple way to do this with the Zoren theme. Some themes have a site logo feature, that allows you to add an image beside the site title:

    Add a Logo to Your Website

    However, the Zoren theme doesn’t have the site logo feature yet (we’re working to add it to more themes).

    You could use the CSS :before property to place an image in your header, but I haven’t been able to get that to look right from my brief testing. Could you post in our CSS forums here?

    https://en.forums.wordpress.com/forum/css-customization

    Some of our CSS gurus might be able to give you some better CSS code to make this image happen!

  • The topic ‘Site title display & adding photo’ is closed to new replies.