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

    I have added a full width sitcky subnav to our page and am using css to make it and the main menu container semi-transparent:
    #header {
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
    }
    #top .av-submenu-container {
    border-width: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: -20px 0 0 0;
    padding-left: 35px;
    }
    This produces a mysterious white bar between the main nav and subnav. I suspect it’s where the two backgrounds are overlapping.

    Any suggestions?

    #1145273

    Hey VIA_Architecture,

    I am not seeing what you’re referring to?

    Could you please attach some screenshots of the issue?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1146973

    I found a work around. I made the background of the full width subnav transparent and then used margins to move it on top of the main nav bar.

    #1147206

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width sticky subnav semitransparent mysterious white bar’ is closed to new replies.