This topic has 5 replies, 5 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp
hello
we like to move the logo to the left and the menu tothe right
any css we try wont work for us.
any idea ?
thanks for the support
Hello,
You can change Header Type in Dashboard->Theme Options->Header.
Regards,
Robert Hall.
Hello,
Try the following css code in Theme Options > Custom CSS > Global Custom CSS:
.tbs {
position: absolute;
right: 200px;
top: 35px;
}
.header-logo {
float: left;
}
Best regards,
Jack Richardson.
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.
Hello,
Try to use this css code as well in Custom CSS for desktop section:
.header-logo {
width: 100px !important;
margin-left: -50px;
}
Regards,
Eva Kemp.
Tagged: left, logo, move, persuasive, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up