Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I created a menu with transparent background. Is it possible to move the page background up tp below this menu?
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; }Hi Mail Box
Really glad to hear you’ve made progress. Thanks for sharing :)