Home>Support>move background up below menu (logo in menu)
  1. 8 years, 11 months ago mail box

    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. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More