Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23116
    #118584

    Hi,

    I visited the site and the logo is already overlapping the slider. Just remove the bottom border with this

    #header_main {
    border: none;
    }

    Regards,

    Ismael

    #118585

    Thanks Ismael, that works well, in fact exactly as I want it. When you mouse over the menu the purple highlight bar is showing up, can not figure our what css I need to move that line up or remove the effect all together (although – I’d like to keep cause it’s preety cool).

    #118586

    Hi,

    Use the selector .avia-menu-fx to move it up or down.

    .avia-menu-fx {
    top: 45%;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I get the header logo to overlap into the slider area?’ is closed to new replies.