Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27042

    Hi there,

    I recently had help from you guys to get a logo into my web site’s socket. I think I may have closed the topic prematurely…

    Ive implemented the logo in the footer.php (as instructed) and it appears frame left which is great. However, on the right side I want to implement a secondary text nav. Unfortunately, the logo space (IN WHICH THE LOGO SITS) now appears to stretch the entire width of the socket, thus forcing the socket nav down onto a second line beneath the logo.

    You can see what I mean on my site: http://www.andypeck.co.uk

    Cheers

    Andy

    #132551

    Hey,

    You can add this on your custom.css or Quick CSS

    #footer-logo {
    float: left;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo & nav in socket’ is closed to new replies.