move background up below menu (logo in menu)
I created a menu with transparent background. Is it possible to move the page background up tp below this menu?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Nevermind, 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; }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.