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].
hello,
i am using vantage theme… but its not mobile responsive… the logo and menu bar are overriding the slider images… how to fix this issue…!! i have used custom code for full screen slider.. wch works well on the web… but not on mobile. also the size of the slider is too small in mobile device.. need to fix this issue…
i have used this CSS :
.site-header {
position: absolute;
left: 0;
right: 0;
}
.hgroup, .main-navigation {
z-index: 400;
}
.main-navigation {
background: none !important;
}
#main.site-main {
padding: 0 35px !important
}