This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

2
  1. mail box 10 years, 4 months ago

    Nevermind, figured it out myself. For future reference:

    2 ways: use the background but it only works with ‘fixed’ and that is not what i wanted

    #main, #masthead.masthead-logo-in-menu {
      background: url(http://felix.sierink-wp.nl/wp-content/uploads/2015/10/shinto-tekening-e1445172450217.jpg) no-repeat top right fixed;
    background-size: 100% auto; 
    }
    .home #masthead.masthead-logo-in-menu .main-navigation {
        background-color: transparent !important;
    }

    Second move the first row with a picture up with ‘top’ and position menu over the div with z-index:

    .home #masthead.masthead-logo-in-menu .main-navigation {
        background-color: transparent !important;
      z-index: 1;
    }
    .div {
      position:relative;
      top:-90px;
      }
  2. Andrew Misplon Staff 10 years, 4 months ago

    Hi Mail Box

    Really glad to hear you’ve made progress. Thanks for sharing :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread