Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28428

    I need to move a clients logo to sit flush with the left side in the boxed layout. Any help would greatly appreciated.

    #137514

    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

    #137515

    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 ?

    #137516

    0px did not work, but -50 got it close!

    #137517

    Hey,

    Don’t forget the px value, it should be -50px.

    Regards,

    Ismael

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.