I used the custom CSS code:
.tbs {
position: absolute;
right: 200px;
top: 35px;
}
.header-logo {
float: left;
}
and it did allow me to position my logo on the left of the header, but is the a way that I can have my logo on the “edge” of the left side of my header? Even though my logo is on the left the is a small margin on the left side of my logo.
Thanks.