topmenu behind headerimage in v2.0

  • Author
    Posts
  • #4944
    Johan Lambooij

    we use the following in the custom css:

    #access {
    margin-top:-28px !important;
    }
    #colophon {
    margin-top: 0;
    overflow: hidden;
    padding: 0 0 0px 0px;
    }

    to place the topmenu on the header, only with the upgrade to 2.0 it disappears behind the header.

    #4947
    Johan Lambooij

    i have disabled it on the website, so the site is usable for the moment.

    #4969
    Zed
    Cryout Creations mastermind

    The change was necessary for the responsiveness of the header.
    You can always manually set the background image (via custom css) to #header instead of #branding, making it show itself behind the menu too, but it will no longer be responsive.

    Or change your CSS to
    #access {
    margin-top:-28px !important;
    position: relative; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #4987
    Johan Lambooij

    thanks

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘topmenu behind headerimage in v2.0’ is closed to new replies.