Jump to content

Changing site icon to the left using CSS

Recommended Posts

Hi! So I recently have used CSS to change my site header to be vertically on the left. The only problem is I can't seem to move my site icon/title along with it. No matter what i have tried it has stayed in the middle of my site. Could someone help me out with this? Here is the code I have right now:

// Vertical Navigation //
/* Float header */
@media screen and (min-width: 800px) {
  body {
    margin-left: 110px;
  }
  .header-layout-nav-right .header-nav {
    text-align: left;
    padding-left: 0vw;
    padding-right: 2wv;
}
}
.header-nav-list {
  width: 135vh !important;
  padding: 40px;
  background: #F7EDDE;
  position: fixed;
  -webkit-transform:rotate(-90deg)translateX(-85%);
  -webkit-transform-origin: top left;
  left: 0px;
  top: 25px;
  text-align: center;
  z-index: 999;
}

My website is annahilton.com

Link to comment
  • Replies 1
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.