Move logo to the left
-
Hi,
I would like to know how to move the logo on my website from the center to the left just above the tagline.
Here is what I see in the CSS.
/***** Header *****/
.mh-header { background: #fff; }
.mh-site-logo { padding: 20px; overflow: hidden; float: left;}
.mh-header-text {
margin: 5px 0;
text-transform: uppercase;
width: 35%;
float: left;
}
.mh-header-text-002 {
margin: 5px 0;
text-transform: uppercase;
width: 65%;
float: left;Thanks a lot.
-
Hello,
Please refer to this thread posted about the same question fro another thread in which you can find here:
- The topic ‘Move logo to the left’ is closed to new replies.