Jump to content

Wells: Justify logo in sidebar

Recommended Posts

Posted

Does anybody know how to change justification on Logo? I've tried making multiple logos and every time I upload it, it gets shrinks it and it gets Justified Left. The entire side bar is set to justify Right and I'd like the logo to line up. I've researched Wells in version 7.0 and Squarespace says:  " The logo appears at the top of the navigation sidebar (left or right)"

Does anybody know how I might get it move to the right?

Thanks in advance

—b

  • Replies 2
  • Views 392
  • Created
  • Last Reply
Posted
You may have to adjust the margin left size. 

#logo {
  width: 100%;
  text-align: right;
}
@media (min-width: 801px) {
  #logo {
    position: fixed;
    width: calc(100% - 340px);
    top: 0;
    margin-left: 240px;
    box-sizing: border-box;
    background-color: #ffffff85;
    padding: .5rem 0;
    border-bottom: 1px solid #fff;
  }
}

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.