Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘How to move logo flush with left side boxed layout??’ is closed to new replies.
I need to move a clients logo to sit flush with the left side in the boxed layout. Any help would greatly appreciated.
Hey,
You can add this on your custom.css or Quick CSS:
div .logo {
float: left;
position: absolute;
left: -200px;
}
Adjust the left position.
Regards,
Ismael
I tried the above CSS and it moved the logo over way to far. Will it move it over if I make the last line left: 0px ?
0px did not work, but -50 got it close!