• Hi

    I am building a site for a client who wants a very specific look to the header.

    I am currently building on a domain reference and you can view the site here – https://79.170.40.38/bella002.com/

    I need to know how to set the logo so that it lays over the menu.

    Can anyone help me out?

Viewing 3 replies - 1 through 3 (of 3 total)
  • try adding some CSS like:

    .logo{
      z-index: 1000;
    }

    actually you might need:

    strong.logo{
      z-index: 1000;
    }
    Thread Starter bellasierra

    (@bellasierra)

    Thanks, that worked perfectly.

    The problem I now have is that the logo redirect takes over the first 4 menu icons.

    So my next question is how do I remove the logo link? As in so that I can still click the menu icons?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo in front of menu – css help’ is closed to new replies.