Jump to content

How can I show both site title and logo in header?

Recommended Posts

  • Replies 1
  • Views 230
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Add to Design > Custom CSS

a#site-title:after {
    content: "";
    background-image: url(https://images.squarespace-cdn.com/content/v1/640f9160bcd8ff4599c2695e/1d6e7ee5-aa9a-4555-8f36-769e6cd371c3/Sk%C3%A6rmbillede+2023-03-20+kl.+12.22.58.png?format=500w);
    background-size: cover;
    background-position: center center;
    width: 100px;
    height: 70px;
    display: block;
    margin-left: 10px;
}
a#site-title {
    display: flex;
    align-items: center;
}
@media screen and (max-width:767px) {
    a#site-title {
        flex-direction: column-reverse;
    }
}

image.png.409437f9bef3cfecdef6d92c1fc00cd3.png

image.png.494dad209d59ce81c0a33b91b3c4114d.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.