Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthordr.tech
    • CommentTimeJul 4th 2008
     

    I followed the instructions on http://newschoollearning.com/tutorials/tweaks/logo.php (steps 1-3) to get the site logo on the header. It appears ok to the right of the text but I want it on the left. Everytime I try to reverse the order, the title appears on the next lineand bumps over the menu blocks.

    Can you provide me with the proper code (convertible theme ... but should not make a difference) to add my logo to the left

    thanks
    DT

    •  
      CommentAuthorptrkmkl
    • CommentTimeJul 4th 2008
     

    Do everything you were doing before (1-3), with the logo on the line before the h1, then add:

    #header-home .logo { float:left; }

    to your CSS.

    • CommentAuthordr.tech
    • CommentTimeJul 5th 2008
     

    Thanks Patrick. I als had to add

    #header .logo {
    float:left;
    }

    to achieve the same result on all pages.

    DT